summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2012-04-08 03:37:30 +0000
committerdholland <dholland>2012-04-08 03:37:30 +0000
commit11ac05d3aa50650541c521a953623cf2f736edad (patch)
tree5c8800292d8854cf6ce3418cee30ff977a942217
parentef1ac41cef8b95ee57ffc162fe73ab0d147dfe26 (diff)
downloadpkgsrc-11ac05d3aa50650541c521a953623cf2f736edad.tar.gz
USE_TOOLS+=perl:run. There are very few cases where it makes sense to
REPLACE_PERL without depending on it. PKGREVISION to 4.
-rw-r--r--sysutils/strace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile
index 63d8c23ead1..06b1669264c 100644
--- a/sysutils/strace/Makefile
+++ b/sysutils/strace/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2011/09/01 13:00:49 christos Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/08 03:37:30 dholland Exp $
#
DISTNAME= strace-4.5.15
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/}
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +22,7 @@ NOT_FOR_PLATFORM+= DragonFly-*-*
GNU_CONFIGURE= yes
REPLACE_PERL= strace-graph
+USE_TOOLS+= perl:run
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"