diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-08 03:37:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-08 03:37:30 +0000 |
commit | 669ecc344314c9fcfb77505526d7bd63c4ba6ebc (patch) | |
tree | 5c8800292d8854cf6ce3418cee30ff977a942217 | |
parent | a73577548ff9fdf84ce41332306ee8a51f841ea9 (diff) | |
download | pkgsrc-669ecc344314c9fcfb77505526d7bd63c4ba6ebc.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/Makefile | 5 |
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" |