diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-22 09:31:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-22 09:31:59 +0000 |
commit | 074dc48a579801021541a995b72d8538bb9e704b (patch) | |
tree | 685bc6780b137780cf576a2f65cd831c31082a84 /devel/bison | |
parent | 264990f5f3bd7abd88fbb5aa8337025f1fa4ddf9 (diff) | |
download | pkgsrc-074dc48a579801021541a995b72d8538bb9e704b.tar.gz |
Do not go looking for libiconv -- otherwise it may be found but no
dependency recorded.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index ba420040fe8..df850bcd694 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/04/10 13:51:23 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2002/08/22 09:31:59 wiz Exp $ DISTNAME= bison-1.35 CATEGORIES= devel @@ -11,9 +11,10 @@ COMMENT= GNU yacc(1) replacement BUILD_USES_MSGFMT= yes -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK_ONLY= # defined, though not really true GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext +CONFIGURE_ARGS+= --without-libiconv-prefix CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_DIR} # We set the timezone to "GMT" below to avoid rebuilds of the info files |