diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:38:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:38:00 +0800 |
commit | 687c839315eefb81d0ff35d859879941ba84eab3 (patch) | |
tree | 4a763a23b7382a8c937ccd9826b459ad9ccec255 /net-mgmt | |
parent | 80888a1f6e766e49ea840e20dfaaed7d0bee83f3 (diff) | |
download | freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.tar.gz freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.tar.zst freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.zip |
Convert n* to USES=zip
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/lanmap/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagiosagent/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/phpweathermap/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/unifi2/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/unifi3/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-macreport/Makefile | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/lanmap/Makefile b/net-mgmt/lanmap/Makefile index d9ff5a68f036..6aaff1ca058e 100644 --- a/net-mgmt/lanmap/Makefile +++ b/net-mgmt/lanmap/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= twopi:${PORTSDIR}/graphics/graphviz WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_ZIP= yes +USES= zip NO_STAGE= yes .include <bsd.port.pre.mk> diff --git a/net-mgmt/nagiosagent/Makefile b/net-mgmt/nagiosagent/Makefile index 69befc27e31a..07edd309940c 100644 --- a/net-mgmt/nagiosagent/Makefile +++ b/net-mgmt/nagiosagent/Makefile @@ -15,8 +15,7 @@ COMMENT= Qt-based frontend to Nagios PLIST_FILES= bin/NagiosAgent \ share/pixmaps/NagiosAgent.png -USES= qmake -USE_ZIP= yes +USES= qmake zip USE_QT4= gui network corelib uic_build rcc_build moc_build DESKTOP_ENTRIES= "NagiosAgent" "GUI client for Nagios" \ diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile index 122864f8c977..45a88e259e61 100644 --- a/net-mgmt/phpweathermap/Makefile +++ b/net-mgmt/phpweathermap/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Getopt.php:${PORTSDIR}/devel/pear \ rrdtool:${PORTSDIR}/databases/rrdtool NO_BUILD= yes -USE_ZIP= yes +USES= zip USE_PHP= gd LICENSE= GPLv2 diff --git a/net-mgmt/unifi2/Makefile b/net-mgmt/unifi2/Makefile index 18b51b6cc04e..082a7c6998e5 100644 --- a/net-mgmt/unifi2/Makefile +++ b/net-mgmt/unifi2/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= mongodb>0:${PORTSDIR}/databases/mongodb SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native diff --git a/net-mgmt/unifi3/Makefile b/net-mgmt/unifi3/Makefile index 4714f87edd65..8f8fd7ae953a 100644 --- a/net-mgmt/unifi3/Makefile +++ b/net-mgmt/unifi3/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= mongodb>0:${PORTSDIR}/databases/mongodb SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile index 6f8e848a226b..ebcf38ffd1cb 100644 --- a/net-mgmt/zenpack-macreport/Makefile +++ b/net-mgmt/zenpack-macreport/Makefile @@ -14,7 +14,7 @@ PLIST_FILES= zenoss/ZenPack/${ZPACK} PLIST_DIRS= zenoss/ZenPack USES= zenoss -USE_ZIP= yes +USES= zip ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= b345f53 |