diff options
author | jlam <jlam> | 2001-06-19 04:15:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-19 04:15:24 +0000 |
commit | 3072a8a7a74830dbed9992f7323275bfb9eee13e (patch) | |
tree | c233a766af22909d7b9d8cc5e13e871afe2a639a /devel/bison | |
parent | 6c83bf13a248bac3432c4258ebfbad9d011adcc4 (diff) | |
download | pkgsrc-3072a8a7a74830dbed9992f7323275bfb9eee13e.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 6948638d408..7ac97a7a665 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/06/11 06:34:25 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/06/19 04:15:24 jlam Exp $ DISTNAME= bison-1.28 CATEGORIES= devel @@ -10,7 +10,8 @@ COMMENT= GNU yacc(1) replacement BUILD_USES_MSGFMT= yes -USE_LIBINTL= # defined +#USE_LIBINTL= # defined +USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" @@ -19,4 +20,5 @@ CPPFLAGS+= -Dunix # for $TMPDIR parsing INFO_FILES= bison.info +.include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |