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/p5-Net-Ping-External | |
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/p5-Net-Ping-External')
-rw-r--r-- | net/p5-Net-Ping-External/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-Ping-External/Makefile b/net/p5-Net-Ping-External/Makefile index 33b5218dd55f..0ba6967e9cb9 100644 --- a/net/p5-Net-Ping-External/Makefile +++ b/net/p5-Net-Ping-External/Makefile @@ -13,8 +13,7 @@ COMMENT= Perl cross-platform interface to ICMP "ping" utilities LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_ZIP= yes -USES= perl5 +USES= perl5 zip USE_PERL5= configure .include <bsd.port.mk> |