summaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-01-12 23:34:50 +0000
committerjlam <jlam@pkgsrc.org>2001-01-12 23:34:50 +0000
commit3f2c0b72ea24a64406d5c75b4cf627c96eae7d93 (patch)
tree577b9038bc2f36e8bae4e4d05ea118efc1df1d58 /devel/bison
parentf3ae7f100b3d1121361b668026c148af58b8a0e5 (diff)
downloadpkgsrc-3f2c0b72ea24a64406d5c75b4cf627c96eae7d93.tar.gz
Cosmetic changes.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile26
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"