From e5dfab28a92ce9548eadaf47d06a22763706e4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Mon, 18 Oct 2021 21:18:56 +0200 Subject: [PATCH] editors/gobby: Add CPE information Approved by: portmgr (blanket) --- editors/gobby/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 55137a22d919..2bbb0f37a613 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -18,7 +18,8 @@ OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support USE_GNOME= gtksourceview2 intltool -USES= compiler:c++11-lang gmake gnome pathfix pkgconfig +USES= compiler:c++11-lang cpe gmake gnome pathfix pkgconfig +CPE_VENDOR= ${PORTNAME}_project USE_CXXSTD= c++11 GNU_CONFIGURE= yes @@ -35,7 +36,8 @@ CONFIGURE_ARGS+=--without-gtkspell CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls -USES+= gettext +USES+= cpe gettext +CPE_VENDOR= ${PORTNAME}_project PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls