aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-18 09:33:54 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-18 09:36:19 +0000
commitf740447c31647fc9a98085330ddbce94868acff6 (patch)
treeed405044acb271f82a7d66ef976f7c5079ee2655
parent9f4443846620eeff6feaedcbe1a786e3d6b33c1b (diff)
downloadports-f740447c31647fc9a98085330ddbce94868acff6.tar.gz
ports-f740447c31647fc9a98085330ddbce94868acff6.zip
devel/gettext: Remove CPE information for metaport
-rw-r--r--devel/gettext/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 06342ba4152b..24f84f4a8ebe 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -9,8 +9,6 @@ COMMENT= GNU gettext meta package
.include "${.CURDIR}/../gettext/Makefile.common"
-USES= cpe gettext-runtime:run gettext-tools:run metaport
-
-CPE_VENDOR= gnu
+USES= gettext-runtime:run gettext-tools:run metaport
.include <bsd.port.mk>