diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-09-15 22:24:25 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-09-15 22:24:25 +0000 |
commit | f45028153f7729c2aa15f0b81878f3af4459cc5a (patch) | |
tree | 97ae56a5de2204c96cb510a52fdb94696f258439 /misc | |
parent | Add kdemultimedia2 and kdegraphics2 per the KDE 1.94 update. (diff) |
Remove USE_IMAKE, it just breaks things.
Submitted by: ade
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gtkfind/Makefile | 3 |
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> |