diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-02 22:15:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-02 22:15:16 +0000 |
commit | 0869c901c5383056f6ca211958c412b4d611804e (patch) | |
tree | 942cd512c19c1341a3ebd1694ac10bf1a3292374 /devel | |
parent | 4db480c99711757345df86080e2d153338f9151f (diff) | |
download | pkgsrc-0869c901c5383056f6ca211958c412b4d611804e.tar.gz |
The gettext fix has migrated to gettext-lib/buildlink2.mk
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 31745d7aa13..318d868769e 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/11/30 14:04:01 grant Exp $ +# $NetBSD: Makefile,v 1.38 2002/12/02 22:15:49 jlam Exp $ DISTNAME= bison-1.35 CATEGORIES= devel @@ -14,8 +14,6 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined -CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext-lib} # We set the timezone to "GMT" below to avoid rebuilds of the info files # which fail under NetBSD 1.5. |