summaryrefslogtreecommitdiff
path: root/devel/cogito/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-06-27 22:52:44 +0000
committerdmcmahill <dmcmahill>2007-06-27 22:52:44 +0000
commit42b6dd50ef7b4f62f5f23c0623f9b158ca612d84 (patch)
treea3fe94e7385032e2929eda470e7692455f3626db /devel/cogito/Makefile
parentc3e77f1e9e387440ff786bb96b828c362661f9c2 (diff)
downloadpkgsrc-42b6dd50ef7b4f62f5f23c0623f9b158ca612d84.tar.gz
use USE_TOOLS+= xargs:run instead of an explicit DEPENDS+= for sunos.
Noted by jlam@
Diffstat (limited to 'devel/cogito/Makefile')
-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