diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:49:09 +0000 |
commit | c23ef8bc8bf7d31214830bdcaa75c6018065881a (patch) | |
tree | 4a5c38c58618cc47e6b107297e7eebb1a64292be /dns/dnsmax-perl | |
parent | Bring net-mgmt/netmond back into shape. (diff) |
Convert d* to USES=zip
Notes
Notes:
svn path=/head/; revision=347405
Diffstat (limited to 'dns/dnsmax-perl')
-rw-r--r-- | dns/dnsmax-perl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/dnsmax-perl/Makefile b/dns/dnsmax-perl/Makefile index f769bafdf0d7..916f88a8c388 100644 --- a/dns/dnsmax-perl/Makefile +++ b/dns/dnsmax-perl/Makefile @@ -14,9 +14,8 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_ZIP= yes NO_BUILD= yes -USES= perl5 +USES= perl5 zip PLIST_FILES= bin/dnsmax-perl PORTDOCS= LICENSE INSTALL README |