diff options
author | jlam <jlam> | 2001-01-12 23:34:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-12 23:34:50 +0000 |
commit | aa8dbed1d68ac824249e53f5d81a3f65c7366451 (patch) | |
tree | 577b9038bc2f36e8bae4e4d05ea118efc1df1d58 /devel | |
parent | 4a9ed75a86a761dff8c3720dd0364bfc49d146e8 (diff) | |
download | pkgsrc-aa8dbed1d68ac824249e53f5d81a3f65c7366451.tar.gz |
Cosmetic changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index e18618d3357..7d89d0934b1 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.16 2001/01/12 23:33:38 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/12 23:34:50 jlam Exp $ -DISTNAME= bison-1.28 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=bison/} +DISTNAME= bison-1.28 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=bison/} -MAINTAINER= thorpej@netbsd.org -HOMEPAGE= http://www.gnu.org/software/bison/bison.html +MAINTAINER= thorpej@netbsd.org +HOMEPAGE= http://www.gnu.org/software/bison/bison.html -BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext -GNU_CONFIGURE= yes +USE_LIBINTL= # defined +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --without-included-gettext +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -INFO_FILES= bison.info +CPPFLAGS+= -Dunix # for $TMPDIR parsing -USE_LIBINTL= YES -CPPFLAGS+= -Dunix # for $TMPDIR parsing -CONFIGURE_ARGS+=--without-included-gettext -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +INFO_FILES= bison.info .include "../../mk/bsd.pkg.mk" |