diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:25:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:25:07 +0000 |
commit | e6bb942f205a1f43af698d34e2666fc75c1edb19 (patch) | |
tree | 807af49e371d61ed2fe606763e0a8181cb0bb385 /graphics/gthumb | |
parent | Update to 0.12.6. (diff) |
Add bison build dependancy to fix the build after the recent glib and gtk update.
Notes
Notes:
svn path=/head/; revision=278558
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index fe6d622a4c55..cc15fc14d3d6 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes USE_GETTEXT= yes +USE_BISON= build USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gconf2 WANT_GSTREAMER= yes |