aboutsummaryrefslogtreecommitdiff
path: root/security/axTLS
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 14:21:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-12-20 14:21:58 +0000
commit5e2e107c538eb9ee2448ea8f78c7f3c655595010 (patch)
treeb03697570b302bb94fab7a606290761b00936aca /security/axTLS
parentdee0383e5ffa38ff80d9f48e175552513ae7609b (diff)
downloadports-5e2e107c538eb9ee2448ea8f78c7f3c655595010.tar.gz
ports-5e2e107c538eb9ee2448ea8f78c7f3c655595010.zip
Use swig 3.0 for perl bindings
Notes
Notes: svn path=/head/; revision=456801
Diffstat (limited to 'security/axTLS')
-rw-r--r--security/axTLS/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/axTLS/Makefile b/security/axTLS/Makefile
index aa9de1de5653..2763fc31b935 100644
--- a/security/axTLS/Makefile
+++ b/security/axTLS/Makefile
@@ -46,7 +46,8 @@ STAGE= ${WRKSRC}/_stage
WITH_HTTP_PORT?= 80
WITH_SSL_PORT?= 443
-PERL_BUILD_DEPENDS= swig:devel/swig13
+PERL_BUILD_DEPENDS= swig3.0:devel/swig30
+PERL_BINARY_ALIAS= swig=swig3.0
PERL_USES= perl5
DOCS_BUILD_DEPENDS= doxygen:devel/doxygen