aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/EZWGL
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 07:23:25 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 07:23:25 +0800
commit7244029e548a8568a25201a0e345fd4bc5e9ec5b (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/EZWGL
parent1fed79fe4ffe7f3c5ecea1df8a93b6926106b4b6 (diff)
downloadfreebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.gz
freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.zst
freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r--graphics/EZWGL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile
index 5c9154ea7c84..cf44f7a957be 100644
--- a/graphics/EZWGL/Makefile
+++ b/graphics/EZWGL/Makefile
@@ -11,8 +11,8 @@ DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The EZ Widget and Graphics Library
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
+ libpng15.so:${PORTSDIR}/graphics/png
USE_XORG= x11 xext
USE_LDCONFIG= yes