aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/povray36
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/povray36
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/povray36')
-rw-r--r--graphics/povray36/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index 57e3d56dfae7..ef1a8dd4a772 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -18,9 +18,9 @@ COMMENT= Persistence of Vision Ray Tracer
.if defined(WITH_ICC)
BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
.endif
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- tiff:${PORTSDIR}/graphics/tiff \
- jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
USE_XORG= x11
USES= gmake tar:bzip2
@@ -31,7 +31,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if (${ARCH} == "i386")
-LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib
+LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib
.endif
.if defined(WITH_OPTIMIZED_FLAGS)