diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-25 15:27:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-25 15:27:06 +0000 |
commit | 6b2b69692ee89dd3661224e6448c092aee3b6c55 (patch) | |
tree | 94f700240fddd748282aeec77339f57c5076a947 | |
parent | Update to 0.7.6 (diff) |
- Add libbonobo dependency, it's no longer assumed
Notes
Notes:
svn path=/head/; revision=209786
-rw-r--r-- | devel/libgsf-gnome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile index 70d56137fb6f..90b8d51052ac 100644 --- a/devel/libgsf-gnome/Makefile +++ b/devel/libgsf-gnome/Makefile @@ -19,7 +19,7 @@ INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack libgsf gnomevfs2 ltverhack intlhack +USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ --with-bz2 --with-gnome --without-gvfs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |