summaryrefslogtreecommitdiffstats
path: root/graphics/povray36
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 22:45:01 +0000
committermaho <maho@FreeBSD.org>2003-11-09 22:45:01 +0000
commita7178f4cebd0595a3962f7f6bc280125e92afd83 (patch)
tree49be2286a4d7c44fd98ac54af39f1cbd681721d8 /graphics/povray36
parent655ce118782d34e79e3a2081e05de71803d3173c (diff)
downloadFreeBSD-ports-a7178f4cebd0595a3962f7f6bc280125e92afd83.zip
FreeBSD-ports-a7178f4cebd0595a3962f7f6bc280125e92afd83.tar.gz
svgalib is only available for i386 archs.
Submitted by: bento
Diffstat (limited to 'graphics/povray36')
-rw-r--r--graphics/povray36/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index b8a625cf..85db215 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -24,8 +24,10 @@ COMMENT= Persistence of Vision Ray Tracer
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff \
- jpeg:${PORTSDIR}/graphics/jpeg \
- vga:${PORTSDIR}/graphics/svgalib
+ jpeg:${PORTSDIR}/graphics/jpeg
+.if (${MACHINE_ARCH} == "i386")
+LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-3.50c
USE_XLIB= yes
OpenPOWER on IntegriCloud