git: e5dfab28a92c - main - editors/gobby: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 19:26:34 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5dfab28a92ce9548eadaf47d06a22763706e4f5
commit e5dfab28a92ce9548eadaf47d06a22763706e4f5
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:56 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:54 +0000
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