diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:13:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:13:16 +0000 |
commit | 60e261fa8b76402c4a28a3e3022fe4afbd81137c (patch) | |
tree | bb24f05e18f420b0a5cca2106cd4746a3ff9f03c /misc/gkrellmlaunch/Makefile | |
parent | 6349ec4177251a6178051dd8cb3cb966b25e3e0b (diff) | |
download | FreeBSD-ports-60e261fa8b76402c4a28a3e3022fe4afbd81137c.zip FreeBSD-ports-60e261fa8b76402c4a28a3e3022fe4afbd81137c.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'misc/gkrellmlaunch/Makefile')
-rw-r--r-- | misc/gkrellmlaunch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile index 5f92611..ab97152 100644 --- a/misc/gkrellmlaunch/Makefile +++ b/misc/gkrellmlaunch/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm USE_X_PREFIX= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib ALL_TARGET= ${PORTNAME}.so do-install: |