diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-29 18:25:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-29 18:25:51 +0800 |
commit | 0e77790b5c1089cf62088a4e5bf6fa207e126428 (patch) | |
tree | 8a6ae9f8611842dbe7d1aee55c512434dfcec9b6 /devel/libbonobo | |
parent | 2b84174c720e32fb1b97f7ce1ce9afa83b21ab96 (diff) | |
download | freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.tar.gz freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.tar.zst freebsd-ports-gnome-0e77790b5c1089cf62088a4e5bf6fa207e126428.zip |
Fix build on FreeBSD 10
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 21bb9cb5e720..17f2ccc496be 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -27,6 +27,7 @@ USE_BISON= build USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_PERL5= yes USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |