diff options
author | morr <morr@pkgsrc.org> | 2012-01-13 17:13:39 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-01-13 17:13:39 +0000 |
commit | 3039d72dc20744d8c2cca4013d9046947a597eee (patch) | |
tree | 744bc8b88810c9e55a654bfa701a388731c1907d /devel/bison | |
parent | d92615922f56baa5441bdcb19d99f6c81e53a543 (diff) | |
download | pkgsrc-3039d72dc20744d8c2cca4013d9046947a597eee.tar.gz |
Add missing converters/libiconv buildlink, fixes PR 45826.
Bump PKGREVISION
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 25eb739f927..60df6804121 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2011/08/06 17:15:42 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2012/01/13 17:13:39 morr Exp $ DISTNAME= bison-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 @@ -42,4 +42,5 @@ post-configure: fi .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |