summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r--x11-toolkits/fox17/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 157a66a579fb..36d603c9ba33 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -42,19 +42,19 @@ CONFIGURE_ARGS+=--disable-jpeg
.endif
.if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng.so:graphics/png
.else
CONFIGURE_ARGS+=--disable-png
.endif
.if ${PORT_OPTIONS:MTIFF}
-LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= libtiff.so:graphics/tiff
.else
CONFIGURE_ARGS+=--disable-tiff
.endif
.if ${PORT_OPTIONS:MWEBP}
-LIB_DEPENDS+= libwebp.so:${PORTSDIR}/graphics/webp
+LIB_DEPENDS+= libwebp.so:graphics/webp
.else
CONFIGURE_ARGS+=--disable-webp
.endif