diff options
-rw-r--r-- | chat/xchat/Makefile.common | 3 | ||||
-rw-r--r-- | devel/bison/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 2020a22d41c..3e6bfed7c6b 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2002/11/30 12:41:07 salo Exp $ +# $NetBSD: Makefile.common,v 1.11 2002/12/02 22:15:16 jlam Exp $ DISTNAME= xchat-1.8.10 PKGREVISION= 2 @@ -27,7 +27,6 @@ USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES -CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS 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. |