summaryrefslogtreecommitdiff
path: root/graphics/renderpark
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
commitb4d2ac42d75b14c1701e169420211799bf5e16bd (patch)
treea82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/renderpark
parent- Adding sensible defaults to the startup script so people don't need to (diff)
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
Notes
Notes: svn path=/head/; revision=153347
Diffstat (limited to 'graphics/renderpark')
-rw-r--r--graphics/renderpark/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile
index 9f45925043cf..ddda3f90fe22 100644
--- a/graphics/renderpark/Makefile
+++ b/graphics/renderpark/Makefile
@@ -7,7 +7,7 @@
PORTNAME= renderpark
PORTVERSION= 3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.kuleuven.ac.be/pub/graphics/software/RenderPark/
DISTNAME= RenderPark
@@ -19,8 +19,10 @@ DIST_SUBDIR= ${DISTNAME}
MAINTAINER= ip@doom.homeunix.org
COMMENT= System for physically based photo-realistic image synthesis
+LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
+
.ifdef (WITH_XRML)
-LIB_DEPENDS= xrml.0:${PORTSDIR}/graphics/xrml
+LIB_DEPENDS+= xrml.0:${PORTSDIR}/graphics/xrml
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -28,7 +30,6 @@ WRKSRC2= ${WRKDIR}/Scenes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_MESA= yes
USE_MOTIF= yes
USE_REINPLACE= yes