diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:13:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:13:16 +0000 |
commit | dce33b0828964d37245eb2893dd7d61979852875 (patch) | |
tree | 0c9f46b4407faf170f5ae019d614e17cdb73c7ee /misc/gkrellmlaunch | |
parent | Fix MASTER_SITES (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'misc/gkrellmlaunch')
-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 5f92611fe247..ab971526b407 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: |