summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fox14/Makefile')
-rw-r--r--x11-toolkits/fox14/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index 1077b64738cb..eb1c37c81f9b 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -16,8 +16,8 @@ COMMENT= Fast and extensive C++ GUI toolkit
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= libpng.so:graphics/png \
+ libtiff.so:graphics/tiff
MAJORVER= ${PORTVERSION:R}
SHVER= ${PORTVERSION:S/${MAJORVER}.//}
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-xshm=no
.endif
#
.if ${PORT_OPTIONS:MCUPS}
-LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups
+LIB_DEPENDS+= libcups.so:print/cups
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups