aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libwps/Makefile')
-rw-r--r--textproc/libwps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index 57a60b338f7e..64c87400ba86 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -12,7 +12,7 @@ COMMENT= Microsoft file word processor format import filter library
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
-LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
+LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
@@ -26,7 +26,7 @@ INSTALL_TARGET= install-strip
.if ${COMPILER_FEATURES:Mlibc++}
CONFIGURE_ARGS+= --with-sharedptr=c++11
.else
-BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
+BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
CONFIGURE_ARGS+= --with-sharedptr=boost
.endif