git: bd4ff3aa66f7 - main - net/serveez: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:35:27 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd4ff3aa66f71b19df632be88fcd553c45e7184b commit bd4ff3aa66f71b19df632be88fcd553c45e7184b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:26:59 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:26:59 +0000 net/serveez: Add CPE information Approved by: portmgr (blanket) --- net/serveez/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 95b462df54f9..8425a11d7205 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -17,7 +17,8 @@ BROKEN_FreeBSD_14= ld: error: duplicate symbol: guile_global_error LIB_DEPENDS= libguile.so:lang/guile1 -USES= tar:xz libtool +USES= cpe tar:xz libtool +CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libserveez-install USE_LDCONFIG= yes