diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-23 18:40:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-23 18:40:17 +0000 |
commit | 50cdad2ad2b840b1d5a5dbdb7b9e12cb6c16757e (patch) | |
tree | dab20c76ddb8f901d5de24ef23aa941a58eb32f7 /graphics | |
parent | 364a14a6a15586b9d351da5969fbbd181ec18939 (diff) | |
download | pkgsrc-50cdad2ad2b840b1d5a5dbdb7b9e12cb6c16757e.tar.gz |
Needs bison now.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kipi-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 6155f50808f..082b027c162 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2013/05/21 13:04:09 markd Exp $ +# $NetBSD: Makefile,v 1.88 2013/05/23 18:40:17 joerg Exp $ # PKGNAME= kipi-plugins-3.2.0 @@ -18,7 +18,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS+= msgfmt pkg-config +USE_TOOLS+= msgfmt pkg-config bison WRKSRC= ${WRKDIR}/${DISTNAME}/extra/kipi-plugins |