aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-12-20 19:09:19 +0800
committerbapt <bapt@FreeBSD.org>2017-12-20 19:09:19 +0800
commitd9bea49009e3e83a44ad11865e7c84035c28179b (patch)
tree43dc7f9c90155309cea530fd7578777c49ea09fd /security
parent950ae8ed5b47005f0ff7c0171e6991939a0f4b2c (diff)
downloadfreebsd-ports-gnome-d9bea49009e3e83a44ad11865e7c84035c28179b.tar.gz
freebsd-ports-gnome-d9bea49009e3e83a44ad11865e7c84035c28179b.tar.zst
freebsd-ports-gnome-d9bea49009e3e83a44ad11865e7c84035c28179b.zip
Use swig 3.0
Cleanup bison dependency
Diffstat (limited to 'security')
-rw-r--r--security/broccoli/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/broccoli/Makefile b/security/broccoli/Makefile
index 1f1772dd1e41..c8bdbc111eb2 100644
--- a/security/broccoli/Makefile
+++ b/security/broccoli/Makefile
@@ -13,15 +13,15 @@ COMMENT= Bro Client Communications Library
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${LOCALBASE}/bin/bison:devel/bison \
- ${LOCALBASE}/bin/swig:devel/swig13
+BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libGeoIP.so:net/GeoIP
EXTRACT_AFTER_ARGS= ${DISTNAME}/aux/broccoli
-USES= cmake:outsource ssl
+USES= cmake:outsource ssl bison
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/aux/broccoli
+BINARY_ALIAS= swig=swig3.0
.if defined(BRO_PREFIX)
PREFIX= ${BRO_PREFIX}