diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:19:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 02:19:11 +0000 |
commit | 0ef7c2750d24ed62bf390ea7c44a482a664aaa3c (patch) | |
tree | e16342ada56bdae00342251be6d9b920dff414e0 /misc | |
parent | BROKEN: Incorrect checksum (diff) |
BROKEN: Missing a dependency on xterm
Notes
Notes:
svn path=/head/; revision=59364
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtkfind/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index dc367f55613f..e029ad68107d 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org +BROKEN= "Missing dependency on xterm" + USE_X_PREFIX= yes USE_GMAKE= yes USE_GTK= yes |