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/phpweathermap | |
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/phpweathermap')
-rw-r--r-- | net-mgmt/phpweathermap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |