diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-03 18:10:30 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-03 18:10:30 +0800 |
commit | e329dc8889ad4ac2addfcb02ab95065d6c9a36cd (patch) | |
tree | e5589869c3ae3de1e9a0e72126823f52c06589d1 /graphics | |
parent | 2538e011f3a78d1089a2a10de26a0d51807ef230 (diff) | |
download | freebsd-ports-gnome-e329dc8889ad4ac2addfcb02ab95065d6c9a36cd.tar.gz freebsd-ports-gnome-e329dc8889ad4ac2addfcb02ab95065d6c9a36cd.tar.zst freebsd-ports-gnome-e329dc8889ad4ac2addfcb02ab95065d6c9a36cd.zip |
Chase qmake dependency.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/landscape/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/landscape/Makefile b/graphics/landscape/Makefile index 04f72606e979..ac57aa749441 100644 --- a/graphics/landscape/Makefile +++ b/graphics/landscape/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.witchspace.com/files/ MAINTAINER= jon@witchspace.com COMMENT= A program for generating and rendering fractal landscapes +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + PLIST_FILES= bin/landscape USE_MESA= yes USE_KDELIBS_VER= 3 |