aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/povray36
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-10 06:45:01 +0800
committermaho <maho@FreeBSD.org>2003-11-10 06:45:01 +0800
commita7178f4cebd0595a3962f7f6bc280125e92afd83 (patch)
tree49be2286a4d7c44fd98ac54af39f1cbd681721d8 /graphics/povray36
parent655ce118782d34e79e3a2081e05de71803d3173c (diff)
downloadfreebsd-ports-gnome-a7178f4cebd0595a3962f7f6bc280125e92afd83.tar.gz
freebsd-ports-gnome-a7178f4cebd0595a3962f7f6bc280125e92afd83.tar.zst
freebsd-ports-gnome-a7178f4cebd0595a3962f7f6bc280125e92afd83.zip
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 b8a625cf1455..85db21581c17 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