diff options
author | jlam <jlam> | 2004-11-21 02:43:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-21 02:43:36 +0000 |
commit | 5ef6825305e63761713b1e2a69b8664081325d1e (patch) | |
tree | 40c74ff5278ece09ace9de5568e96d91d322c848 /devel/gmake | |
parent | 173293fce0f7f616f1859399e0052d452de725dc (diff) | |
download | pkgsrc-5ef6825305e63761713b1e2a69b8664081325d1e.tar.gz |
gettext detection works properly for this package, so set
BROKEN_GETTEXT_DETECTION to "no".
Diffstat (limited to 'devel/gmake')
-rw-r--r-- | devel/gmake/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index a3977425217..794b144719e 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2004/10/03 00:13:28 tv Exp $ +# $NetBSD: Makefile,v 1.59 2004/11/21 02:43:36 jlam Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -42,8 +42,9 @@ GMAKE_LOCALE?= yes BUILD_DEFS+= GMAKE_LOCALE MAKEFLAGS+= GMAKE_LOCALE=${GMAKE_LOCALE} .if !empty(GMAKE_LOCALE:M[yY][eE][sS]) -USE_PKGLOCALEDIR= yes -PLIST_SRC+= ${PKGDIR}/PLIST.locale +USE_PKGLOCALEDIR= yes +PLIST_SRC+= ${PKGDIR}/PLIST.locale +BROKEN_GETTEXT_DETECTION= no . include "../../devel/gettext-lib/buildlink3.mk" .else CONFIGURE_ARGS+= --without-libintl |