diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:36:31 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:36:31 +0000 |
commit | 8b8cd3da9096a422e02ff79a804057aaaaf40a74 (patch) | |
tree | 58b8a7b22ea853e4bb51e869fff1f0f98eb6f1db | |
parent | e82f2fd8e4e54fc735491c5d27567b5d6d20cc99 (diff) | |
download | ports-8b8cd3da9096a422e02ff79a804057aaaaf40a74.tar.gz ports-8b8cd3da9096a422e02ff79a804057aaaaf40a74.zip |
lang/guile2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/guile2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index f95125301721..c6c5e8ba28a4 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -18,10 +18,12 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libunistring.so:devel/libunistring \ libffi.so:devel/libffi -USES= charsetfix compiler:c11 gmake iconv libtool makeinfo ncurses pathfix \ +USES= charsetfix compiler:c11 cpe gmake iconv libtool makeinfo ncurses pathfix \ pkgconfig readline tar:lz USE_LDCONFIG= yes +CPE_VENDOR= gnu + CONFLICTS_INSTALL= guile-[0-9]* MAKE_JOBS_UNSAFE= yes |