diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:25:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:25:07 +0800 |
commit | 35943b8a74c1dde3d2de9d702d2e48b33d638396 (patch) | |
tree | 098ff8dad6c92b8ccee34f8ac8bc5097ba0a40c5 /editors/libreoffice | |
parent | 69a284e824576e7ef3692644cbcd91746a80c35f (diff) | |
download | freebsd-ports-gnome-35943b8a74c1dde3d2de9d702d2e48b33d638396.tar.gz freebsd-ports-gnome-35943b8a74c1dde3d2de9d702d2e48b33d638396.tar.zst freebsd-ports-gnome-35943b8a74c1dde3d2de9d702d2e48b33d638396.zip |
Add bison build dependancy to fix the build after the recent glib and gtk update.
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 704f67563418..212787c1e9ec 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -114,6 +114,7 @@ USE_GMAKE= yes USE_PYTHON= yes USE_OPENSSL= yes WANT_GNOME= yes +USE_BISON= build USE_GSTREAMER= yes USE_XORG= xaw USE_GL= gl glu |