diff options
-rw-r--r-- | net/wping/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile index e7a5ca205566..22ae6e0eea91 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -3,16 +3,16 @@ PORTNAME= wping PORTVERSION= 0.1a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Web-based graphical ping log -RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes +RUN_DEPENDS= p5-GD>=0:graphics/p5-GD +NO_ARCH= yes USES= perl5 tar:bzip2 shebangfix SHEBANG_FILES= wping.pl NO_BUILD= yes |