diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
commit | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/axTLS | |
parent | 4d38bf6add21f5b3629f369f9b68ca09205c44d3 (diff) | |
download | freebsd-ports-graphics-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.gz freebsd-ports-graphics-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.zst freebsd-ports-graphics-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.zip |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'security/axTLS')
-rw-r--r-- | security/axTLS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/axTLS/Makefile b/security/axTLS/Makefile index 0e12a423f80..039fc0ff26f 100644 --- a/security/axTLS/Makefile +++ b/security/axTLS/Makefile @@ -38,7 +38,7 @@ HIGH_DESC= Use the strongest cipher(s) at the cost of speed CONFIG_SUB= PREFIX=\"${PREFIX}\" WWWDIR=\"${WWWDIR}\" \ HTTP_PORT=${WITH_HTTP_PORT} SSL_PORT=${WITH_SSL_PORT} NO_OPTIONS_SORT=yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} STAGE= ${WRKSRC}/_stage @@ -122,7 +122,7 @@ CONFIG_SUB+= X509="\# " BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 CONFIG_SUB+= PERL="" PLIST_SUB+= PERL="" -USE_PERL5= yes +USES+= perl5 .else CONFIG_SUB+= PERL="\# " PLIST_SUB+= PERL="@comment " |