diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 11:09:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 11:09:23 +0000 |
commit | 27354da01e64ac0abaf3e4a695a6d33f056547e5 (patch) | |
tree | 7050f184ad070ef903d6ac4ab7b35140e7381404 /net/wping | |
parent | 03c3cf846f5eeb3998b64ce5d6dde282df34c5f0 (diff) | |
download | ports-27354da01e64ac0abaf3e4a695a6d33f056547e5.tar.gz ports-27354da01e64ac0abaf3e4a695a6d33f056547e5.zip |
Notes
Diffstat (limited to 'net/wping')
-rw-r--r-- | net/wping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile index fb9244652197..6f320901cfa2 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -17,7 +17,7 @@ COMMENT= A Web-based graphical ping log RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -USE_PERL5= yes +USES= perl5 USE_BZIP2= yes NO_BUILD= yes |