diff options
author | wiz <wiz> | 2002-10-05 04:17:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-05 04:17:59 +0000 |
commit | 59d990bdf67b3809a4ae1f6425a9e44a767ddfb2 (patch) | |
tree | 6e022483d9c86f8973683bb2d4867ccb7c5e6a6b /devel/bison/Makefile | |
parent | 9cafee01bd462c792e29fbc409008b0c9c46b2f6 (diff) | |
download | pkgsrc-59d990bdf67b3809a4ae1f6425a9e44a767ddfb2.tar.gz |
Remove CONFIGURE_ARGS that has no effect.
Luckily buildlink2 does it for us.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index d0f9eaceb4d..f9592b466cb 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/09/21 01:04:01 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2002/10/05 04:17:59 wiz Exp $ DISTNAME= bison-1.35 CATEGORIES= devel @@ -14,7 +14,6 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ARGS+= --without-libiconv-prefix CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext-lib} # We set the timezone to "GMT" below to avoid rebuilds of the info files |