summaryrefslogtreecommitdiff
path: root/graphics/imageworsener/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/imageworsener/Makefile
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/imageworsener/Makefile')
-rw-r--r--graphics/imageworsener/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile
index 253ea0ff00a8..81ad68066de9 100644
--- a/graphics/imageworsener/Makefile
+++ b/graphics/imageworsener/Makefile
@@ -27,8 +27,8 @@ USES= libtool
JPEG_CONFIGURE_WITH= jpeg
JPEG_USES= jpeg
PNG_CONFIGURE_WITH= png
-PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
+PNG_LIB_DEPENDS= libpng.so:graphics/png
WEBP_CONFIGURE_WITH= webp
-WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
+WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
.include <bsd.port.mk>