diff options
Diffstat (limited to 'textproc/libvisio01/Makefile')
-rw-r--r-- | textproc/libvisio01/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index f48a26d833fe..42d332362450 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -12,9 +12,9 @@ COMMENT= Library and tools for parsing the visio file format structure LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs +LIB_DEPENDS= libicui18n.so:devel/icu \ + librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include |