diff options
author | dholland <dholland> | 2011-10-03 01:17:49 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-10-03 01:17:49 +0000 |
commit | 19edc43ae1997752fc9ad410f53d37cd39206581 (patch) | |
tree | c71834cb7d2b672fe025aeae2a10139f2fd6046e /graphics | |
parent | a1fecd29282396918307697494516e223b38e330 (diff) | |
download | pkgsrc-19edc43ae1997752fc9ad410f53d37cd39206581.tar.gz |
USE_TOOLS+=perl:run. REPLACE_PERL doesn't accomplish much otherwise. This
adds a dep on perl, so PKGREVISION -> 6.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xplot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 9c26f2ef014..f0d75c0c090 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2011/07/03 11:46:08 jym Exp $ +# $NetBSD: Makefile,v 1.27 2011/10/03 01:17:49 dholland Exp $ DISTNAME= xplot-0.90.7.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics x11 MASTER_SITES= http://www.xplot.org/xplot/ HOMEPAGE= http://www.xplot.org/ @@ -15,6 +15,7 @@ USE_X11BASE= yes GNU_CONFIGURE= yes REPLACE_PERL+= tcpdump2xplot.pl +USE_TOOLS+= perl:run DOCFILES= ANNOUNCE README README.tcp_plots # demo.? removed from interim .7.1 version |