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/landscape | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) | |
download | ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.tar.gz ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.zip |
Notes
Diffstat (limited to 'graphics/landscape')
-rw-r--r-- | graphics/landscape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile index 8d3129ac2fd0..9f449a4d5490 100644 --- a/graphics/landscape/Makefile +++ b/graphics/landscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= landscape PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MASTER_SITES= http://www.witchspace.com/files/ @@ -15,9 +15,9 @@ MAINTAINER= jon@witchspace.com COMMENT= A program for generating and rendering fractal landscapes BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut PLIST_FILES= bin/landscape -USE_MESA= yes USE_KDELIBS_VER= 3 QTDIR?= ${X11BASE} MAKE_ENV= QTDIR="${QTDIR}" |