aboutsummaryrefslogtreecommitdiff
path: root/misc/gtkfind
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-15 22:29:01 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-15 22:29:01 +0000
commit771417e4512ca49bd07b4f337f5159bf2298e3e3 (patch)
tree1f6b52e1b6390e8b8eb81d405a0eb3c95dab6c18 /misc/gtkfind
parentf45028153f7729c2aa15f0b81878f3af4459cc5a (diff)
downloadports-771417e4512ca49bd07b4f337f5159bf2298e3e3.tar.gz
ports-771417e4512ca49bd07b4f337f5159bf2298e3e3.zip
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/gtkfind')
-rw-r--r--misc/gtkfind/Makefile1
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>