summaryrefslogtreecommitdiff
path: root/misc/gtkfind
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-15 22:24:25 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-15 22:24:25 +0000
commitf45028153f7729c2aa15f0b81878f3af4459cc5a (patch)
tree97ae56a5de2204c96cb510a52fdb94696f258439 /misc/gtkfind
parentAdd kdemultimedia2 and kdegraphics2 per the KDE 1.94 update. (diff)
Remove USE_IMAKE, it just breaks things.
Submitted by: ade
Notes
Notes: svn path=/head/; revision=32658
Diffstat (limited to 'misc/gtkfind')
-rw-r--r--misc/gtkfind/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile
index edd404000c2a..b20fcfe5fc52 100644
--- a/misc/gtkfind/Makefile
+++ b/misc/gtkfind/Makefile
@@ -19,9 +19,8 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
MAN1= gtkfind.1 mktmp.1
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
USE_GMAKE= yes
-USE_IMAKE= yes
.include <bsd.port.mk>