diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-07 22:19:26 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-07 22:19:26 +0000 |
commit | 216796c3d5cd09ef8b57c40f757551c3309c72e0 (patch) | |
tree | e37221688167d46c3c4112bda574604445a63313 | |
parent | adf2da2345d7033e592de7cc36c8f26c22e3f5c6 (diff) |
Notes
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index efbd00cc406e..d3be920d8efb 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -217,11 +217,13 @@ PLIST_SUB+= OPENWRITER:="@comment " .endif .if defined(WITH_OPENXML) || defined(PACKAGE_BUILDING) +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost USE_GNOME+= libgsf CONFIGURE_ARGS+= --enable-OpenXML PLIST_SUB+= OPENXML:="" .else -CONFIGURE_ARGS+= --disable-OpenXML +CONFIGURE_ARGS+= --disable-OpenXML \ + --without-boost PLIST_SUB+= OPENXML:="@comment " .endif |