diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
commit | 5886be7ed36dd92f273b8750892700504a5cbe14 (patch) | |
tree | 154c791f34a01fd529238b88713b60b71852939f /astro/nightfall | |
parent | cec425eba05c1ad179001ecae95113b5a1b9074e (diff) | |
download | FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.zip FreeBSD-ports-5886be7ed36dd92f273b8750892700504a5cbe14.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'astro/nightfall')
-rw-r--r-- | astro/nightfall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 317a328..52b5c82 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://www.lsw.uni-heidelberg.de/~rwichman/ \ MAINTAINER= chris@unixpages.org .if !defined(WITHOUT_GTK) -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .endif .if !defined(WITHOUT_GNUPLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot |