diff options
author | az <az@FreeBSD.org> | 2014-09-20 14:42:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-09-20 14:42:36 +0800 |
commit | f9955335fcb5b1b4efdd69d07f34680baab99103 (patch) | |
tree | d969521f901b77190415a735620522b64d932d0c /security | |
parent | eaf16937a52bfd3c27eccb501f41ebe366be9146 (diff) | |
download | freebsd-ports-gnome-f9955335fcb5b1b4efdd69d07f34680baab99103.tar.gz freebsd-ports-gnome-f9955335fcb5b1b4efdd69d07f34680baab99103.tar.zst freebsd-ports-gnome-f9955335fcb5b1b4efdd69d07f34680baab99103.zip |
fix build with perl 5.18
PR: 193064
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-TypeKey/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-Authen-TypeKey/Makefile b/security/p5-Authen-TypeKey/Makefile index 76acc53c0502..eda141999c37 100644 --- a/security/p5-Authen-TypeKey/Makefile +++ b/security/p5-Authen-TypeKey/Makefile @@ -16,10 +16,15 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 +post-patch: + # Really old M::I code + ${RM} -rf ${WRKSRC}/inc + .include <bsd.port.mk> |