diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-16 22:08:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-16 22:08:58 +0000 |
commit | d5a220d761692e8812acfeaa0890f9462f678df1 (patch) | |
tree | 76167660984e260c2e0cba54efd59e2751464dc3 /devel/gmake | |
parent | 4b4d51ab11d397c057e0728f609bf8133808a305 (diff) | |
download | pkgsrc-d5a220d761692e8812acfeaa0890f9462f678df1.tar.gz |
GNU make 3.8.0 doesn't really need GNU gettext. Rely on latest
gettext-lib/buildlink2.mk to convince the configure script that the system
libintl really is okay.
Diffstat (limited to 'devel/gmake')
-rw-r--r-- | devel/gmake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 73c47b1895c..2082f77ad36 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/10/16 10:09:56 tron Exp $ +# $NetBSD: Makefile,v 1.34 2002/10/16 22:08:58 jlam Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnu.org/software/make/make.html COMMENT= GNU version of 'make' utility USE_BUILDLINK2= YES -USE_GNU_GETTEXT= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --program-prefix="g" CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" |