diff options
author | robak <robak@FreeBSD.org> | 2015-03-29 18:38:53 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-29 18:38:53 +0800 |
commit | cb9ba509b004f629eb4fc7fafc761dd1d527b28d (patch) | |
tree | bc954cc503ad35a2dbb43f16d0666089c0e907df /devel/gettext-runtime | |
parent | 07210e23783a335c6aa726e3c6d85eb0a8d3bc16 (diff) | |
download | freebsd-ports-gnome-cb9ba509b004f629eb4fc7fafc761dd1d527b28d.tar.gz freebsd-ports-gnome-cb9ba509b004f629eb4fc7fafc761dd1d527b28d.tar.zst freebsd-ports-gnome-cb9ba509b004f629eb4fc7fafc761dd1d527b28d.zip |
devel/gettext-runtime: add CPE information
- Maintainer's timeout (autotools@FreeBSD.org)
PR: 198632
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Diffstat (limited to 'devel/gettext-runtime')
-rw-r--r-- | devel/gettext-runtime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-runtime/Makefile b/devel/gettext-runtime/Makefile index 6535480433df..a1fb293071b3 100644 --- a/devel/gettext-runtime/Makefile +++ b/devel/gettext-runtime/Makefile @@ -20,11 +20,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-csharp --disable-java --with-included-gettext \ ac_cv_lib_rt_sched_yield=no INSTALL_TARGET= install-strip -USES= charsetfix iconv libtool tar:xz +USES= charsetfix cpe iconv libtool tar:xz USE_LDCONFIG= yes WRKSRC_SUBDIR= gettext-runtime INFO= autosprintf +CPE_PRODUCT= gettext +CPE_VENDOR= gnu .include <bsd.port.options.mk> |