diff options
author | tron <tron@pkgsrc.org> | 2002-10-16 10:09:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-16 10:09:56 +0000 |
commit | b6076095d290ae456a2126f7e45cc6cbe38140b3 (patch) | |
tree | f3ccfd2779e21dd4850307182ab8f1202b905f32 /devel/gmake/Makefile | |
parent | 986451f3e78265ed295c8578bfa129d016516286 (diff) | |
download | pkgsrc-b6076095d290ae456a2126f7e45cc6cbe38140b3.tar.gz |
Enforce use of the "gettext-lib" package because the latest GNUmake
won't accept NetBSD's "intl" library.
Diffstat (limited to 'devel/gmake/Makefile')
-rw-r--r-- | devel/gmake/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 09c01a9e532..73c47b1895c 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/10/16 00:21:21 dmcmahill Exp $ -# FreeBSD Id: Makefile,v 1.16 1997/06/13 20:00:47 max Exp -# +# $NetBSD: Makefile,v 1.33 2002/10/16 10:09:56 tron Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -12,6 +10,7 @@ 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}" |