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 | |
parent | 1510b743f230c8b6af6cc251122903f0afdc1461 (diff) | |
download | freebsd-ports-c23ef8bc8bf7d31214830bdcaa75c6018065881a.zip |
Convert d* to USES=zip
Diffstat (limited to 'dns')
-rw-r--r-- | dns/crossip/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmax-perl/Makefile | 3 | ||||
-rw-r--r-- | dns/inadyn/Makefile | 4 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile index ddf46b74b615..c591c81f18e2 100644 --- a/dns/crossip/Makefile +++ b/dns/crossip/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CrossIP%20${PORTVERSION} MAINTAINER= dan@algenta.com COMMENT= Java DNS update client for the ThatIP protocol +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_ZIP= yes NO_BUILD= yes 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 diff --git a/dns/inadyn/Makefile b/dns/inadyn/Makefile index 3e82eea270db..554071b82ac9 100644 --- a/dns/inadyn/Makefile +++ b/dns/inadyn/Makefile @@ -13,10 +13,8 @@ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= samm@os2.kiev.ua COMMENT= Dynamic DNS update client +USES= dos2unix gmake zip USE_RC_SUBR= inadyn -USE_ZIP= yes -USE_DOS2UNIX= yes -USE_GMAKE= yes MAKEFILE= makefile PORTDOCS= readme.html |