diff options
author | tron <tron@pkgsrc.org> | 2002-11-29 08:05:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-29 08:05:31 +0000 |
commit | 3baa18765c2267f8889d46ac91b61169a808f891 (patch) | |
tree | 5251c930161d26dd2afd509a5efbac040676659f /sysutils | |
parent | 5022f863340116ce60849a89e8b96ca6a087f12b (diff) | |
download | pkgsrc-3baa18765c2267f8889d46ac91b61169a808f891.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')
-rw-r--r-- | sysutils/findutils/Makefile | 9 |
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" |