diff options
Diffstat (limited to 'textproc/libvisio/Makefile')
-rw-r--r-- | textproc/libvisio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index 067a62de3eca..d674076922be 100644 --- a/textproc/libvisio/Makefile +++ b/textproc/libvisio/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libvisio -PORTVERSION= 0.0.13 +PORTVERSION= 0.0.14 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/ \ LOCAL/sunpoet @@ -18,7 +18,6 @@ LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs - LIB_DEPENDS= wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg @@ -27,7 +26,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --disable-werror .include <bsd.port.mk> |