diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-04 17:24:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-04 17:24:00 +0000 |
commit | 5ce2f7faf81631e41a85799078493bba217182c3 (patch) | |
tree | f8efa0a02ba2650b1046d443f1f44f4c39aac653 /devel/bison/Makefile | |
parent | 5078017ba8268b49bdd95489f2fe84484c097740 (diff) | |
download | pkgsrc-5ce2f7faf81631e41a85799078493bba217182c3.tar.gz |
Add missing bison.info-* and NLS files to pkg/PLIST.
Change to depend on pkgsrc gettext instead.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index cb77731e33d..3d44281915f 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/08/24 12:51:24 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/10/04 17:24:00 jlam Exp $ DISTNAME= bison-1.28 CATEGORIES= devel @@ -7,10 +7,15 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bison/} MAINTAINER= thorpej@netbsd.org HOMEPAGE= http://www.gnu.org/software/bison/bison.html +DEPENDS+= gettext-0.10.35:../../devel/gettext + GNU_CONFIGURE= yes -# needed for $TMPDIR parsing -CFLAGS+= -Dunix INFO_FILES= bison.info +CPPFLAGS+= -Dunix # for $TMPDIR parsing +CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h +INTLLIBS= -L${LOCALBASE}/lib -lintl +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" INTLLIBS="${INTLLIBS}" + .include "../../mk/bsd.pkg.mk" |