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/gkrellmseti | |
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/gkrellmseti')
-rw-r--r-- | astro/gkrellmseti/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/gkrellmseti/Makefile b/astro/gkrellmseti/Makefile index ca267d8..108c47a 100644 --- a/astro/gkrellmseti/Makefile +++ b/astro/gkrellmseti/Makefile @@ -17,10 +17,10 @@ MAINTAINER= hmendes@brturbo.com BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GTK= yes -USE_IMLIB= yes +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_XPM= yes DOC_FILES= AUTHORS README TODO |