diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:58:41 +0000 |
commit | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/shishi | |
parent | 8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff) |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327417
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 2ad322746ba4..5920a6758227 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -15,8 +15,8 @@ LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ gnutls:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool -USE_PERL5_BUILD= yes -USES= pathfix pkgconfig iconv +USE_PERL5= build +USES= pathfix pkgconfig iconv perl5 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --with-db-dir=/var/shishi |