summaryrefslogtreecommitdiff
path: root/devel/cogito
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-05-29 22:58:52 +0000
committercheusov <cheusov>2012-05-29 22:58:52 +0000
commit0e2bf81c57e24e28adc66b6ebf70097d0876013a (patch)
tree4aa856dd68132409593d1b2d7fd9392d3099af08 /devel/cogito
parent7500cab4f9ade308bbc551226be10ec8a8ad33ce (diff)
downloadpkgsrc-0e2bf81c57e24e28adc66b6ebf70097d0876013a.tar.gz
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)
Diffstat (limited to 'devel/cogito')
-rw-r--r--devel/cogito/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile
index 1844d8ba0eb..eb847e48274 100644
--- a/devel/cogito/Makefile
+++ b/devel/cogito/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/06/19 19:34:52 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2012/05/29 22:58:53 cheusov Exp $
#
DISTNAME= cogito-0.18.2
@@ -40,7 +40,7 @@ REPLACE_PERL+= cg-Xfollowrenames
.if ${OPSYS} == "SunOS"
DEPENDS+= findutils>=4.1:../../sysutils/findutils
-TOOLS_PLATFORM.xargs= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}xargs
+TOOLS_PLATFORM.xargs= ${LOCALBASE}/bin/gxargs
.endif