diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-09-15 22:29:01 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-09-15 22:29:01 +0000 |
commit | 771417e4512ca49bd07b4f337f5159bf2298e3e3 (patch) | |
tree | 1f6b52e1b6390e8b8eb81d405a0eb3c95dab6c18 /misc | |
parent | Remove USE_IMAKE, it just breaks things. (diff) |
Now that USE_IMAKE is gone, we need to explicitly define USE_X_PREFIX
Submitted by: ade
Notes
Notes:
svn path=/head/; revision=32659
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtkfind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index b20fcfe5fc52..b56b09ffb68b 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -22,5 +22,6 @@ GNU_CONFIGURE= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" USE_GMAKE= yes +USE_X_PREFIX= yes .include <bsd.port.mk> |