svn commit: r456801 - head/security/axTLS

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 14:21:59 UTC 2017


Author: bapt
Date: Wed Dec 20 14:21:58 2017
New Revision: 456801
URL: https://svnweb.freebsd.org/changeset/ports/456801

Log:
  Use swig 3.0 for perl bindings

Modified:
  head/security/axTLS/Makefile

Modified: head/security/axTLS/Makefile
==============================================================================
--- head/security/axTLS/Makefile	Wed Dec 20 14:19:34 2017	(r456800)
+++ head/security/axTLS/Makefile	Wed Dec 20 14:21:58 2017	(r456801)
@@ -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
 


More information about the svn-ports-head mailing list