summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-06-27 22:52:44 +0000
committerdmcmahill <dmcmahill>2007-06-27 22:52:44 +0000
commit58ad466a5bd82c5d6882b702f0c9e2525414688b (patch)
treea3fe94e7385032e2929eda470e7692455f3626db
parent71f914d310452ad460400a1dcba9586050a4111c (diff)
downloadpkgsrc-58ad466a5bd82c5d6882b702f0c9e2525414688b.tar.gz
use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.
Noted by jlam@
-rw-r--r--devel/cogito/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile
index 09de11e2a73..cd668c5017a 100644
--- a/devel/cogito/Makefile
+++ b/devel/cogito/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/06/26 04:45:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.8 2007/06/27 22:52:44 dmcmahill Exp $
#
DISTNAME= cogito-0.18.2
@@ -13,7 +13,7 @@ COMMENT= Version control system of the Linux kernel
DEPENDS+= scmgit-[0-9]*:../../devel/scmgit
-USE_TOOLS+= gmake bash:run fgrep:run grep:run xargs:run
+USE_TOOLS+= gmake bash:run fgrep:run grep:run mktemp:run xargs:run
MAKE_FLAGS+= prefix=${PREFIX:Q}
.include "../../mk/bsd.prefs.mk"
@@ -23,8 +23,6 @@ MAKE_FLAGS+= prefix=${PREFIX:Q}
.if ${OPSYS} == "SunOS"
DEPENDS+= findutils>=4.1:../../sysutils/findutils
-DEPENDS+= mktemp>=1.5:../../sysutils/mktemp
-
TOOLS_PLATFORM.xargs= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}xargs
.endif