summaryrefslogtreecommitdiff
path: root/sysutils/findutils
diff options
context:
space:
mode:
authortron <tron>2002-11-29 08:05:31 +0000
committertron <tron>2002-11-29 08:05:31 +0000
commit5e267eebd58a1c4ccaaadd38678ba0d7740a3b04 (patch)
tree5251c930161d26dd2afd509a5efbac040676659f /sysutils/findutils
parent7105ef72c25c09fc25c6f505819f11ff552d4864 (diff)
downloadpkgsrc-5e267eebd58a1c4ccaaadd38678ba0d7740a3b04.tar.gz
Buildlinkify this package to stop it from using the packaged version of
"libintl" even if it is not necessary. Bump package revision.
Diffstat (limited to 'sysutils/findutils')
-rw-r--r--sysutils/findutils/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index f63d2877751..96e21895da4 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2002/10/22 11:35:39 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.6 2002/11/29 08:05:31 tron Exp $
DISTNAME= findutils-4.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
@@ -10,10 +9,12 @@ MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
COMMENT= The GNU find, xargs and locate utilities
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-prefix=g
INFO_FILES= find.info
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"