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/cheatah | |
parent | 28d58c396d75dd473cc79aa10bc894667d4f9624 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65414
Diffstat (limited to 'misc/cheatah')
-rw-r--r-- | misc/cheatah/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile index c9c98de9d45d..f589e0fda137 100644 --- a/misc/cheatah/Makefile +++ b/misc/cheatah/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAINDIR= ${.CURDIR}/../sword PORTVERSION!= ${PORTVERSION} |