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/gtkfind | |
parent | Fix MASTER_SITES (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index e029ad68107d..ef6d80aa249b 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -19,7 +19,8 @@ BROKEN= "Missing dependency on xterm" USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= gtkfind.1 mktmp.1 |