diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-09 09:06:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-09 09:06:56 +0800 |
commit | 4beea448a17ad6a5f3ba396e360b96fc8c504e07 (patch) | |
tree | c55169a6443cef30a91c2c1d2adf1456002328ab /devel | |
parent | 52295220fc533359451d49c3e480b234e68c9e64 (diff) | |
download | freebsd-ports-gnome-4beea448a17ad6a5f3ba396e360b96fc8c504e07.tar.gz freebsd-ports-gnome-4beea448a17ad6a5f3ba396e360b96fc8c504e07.tar.zst freebsd-ports-gnome-4beea448a17ad6a5f3ba396e360b96fc8c504e07.zip |
- Add CPE info
PR: 200058
Submitted by: cpm@fbsd.es (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 9b47f1ba3020..ce3cae9f2fff 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -22,7 +22,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig +CPE_VENDOR= boehm-demers-weiser +CPE_PRODUCT= garbage_collector USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-cplusplus --disable-static |