diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/renderpark | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) |
Notes
Diffstat (limited to 'graphics/renderpark')
-rw-r--r-- | graphics/renderpark/Makefile | 7 |
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 |