diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 03:20:23 +0000 |
commit | b31357ae22db4f4fc8439cf206238d1cc3b8b3f7 (patch) | |
tree | 8cc1bada4fef1884ca651a45fa2aad3a15516a28 /astro/gkrellmseti | |
parent | Add libxml2 dependency. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65266
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 ca267d8d05e9..108c47ae16d8 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 |