diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:06:10 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 15:57:16 +0000 |
| commit | 079eb46a1f021af8a7a2149fdcccf5d250f36b25 (patch) | |
| tree | 7f9a4543225950ea20a5d4c2dbbb3bc1321a1940 /sysutils/burp | |
| parent | aac1b4147f0be22869e7926e65c6fe9c71179cb5 (diff) | |
Diffstat (limited to 'sysutils/burp')
| -rw-r--r-- | sysutils/burp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index b25a03787ac3..fa5601362ee0 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -17,9 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \ LIB_DEPENDS= librsync.so:net/librsync RUN_DEPENDS= bash:shells/bash -#USES= gmake libtool ncurses pkgconfig ssl tar:bz2 USES= cpe libtool ncurses pkgconfig ssl tar:bz2 -CPE_VENDOR= ${PORTNAME}_project CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes @@ -30,6 +28,8 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} CONFLICTS_INSTALL= burp-devel +CPE_VENDOR= burp_project + PORTSCOUT= limit:^2\.2\. OPTIONS_DEFINE= IPV6 |
