aboutsummaryrefslogtreecommitdiff
path: root/graphics/povray36
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /graphics/povray36
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
downloadports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz
ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip
Notes
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)