aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-08-29 11:41:24 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-08-29 11:41:24 +0000
commit4d685e82757e1311f4465040fae733b52bc540c6 (patch)
tree16311227304008e874fba0a5b75d39e05fa56ff5
parent8431d7f07e988b87c6068956af4f32c8e86009d0 (diff)
downloadports-4d685e82757e1311f4465040fae733b52bc540c6.tar.gz
ports-4d685e82757e1311f4465040fae733b52bc540c6.zip
devel/gettext: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/gettext/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 24f84f4a8ebe..06342ba4152b 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -9,6 +9,8 @@ COMMENT= GNU gettext meta package
.include "${.CURDIR}/../gettext/Makefile.common"
-USES= gettext-runtime:run gettext-tools:run metaport
+USES= cpe gettext-runtime:run gettext-tools:run metaport
+
+CPE_VENDOR= gnu
.include <bsd.port.mk>