Date: Wed, 20 Dec 2017 14:21:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456801 - head/security/axTLS Message-ID: <201712201421.vBKELwgq059678@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712201421.vBKELwgq059678>