aboutsummaryrefslogtreecommitdiff
path: root/misc/gtkfind
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:42:57 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:42:57 +0000
commit99290b0d61db9bcb3c960f5507a8ccb0126a0cf9 (patch)
treebac8f356dc259524716a41398446e5c7d8f95a21 /misc/gtkfind
parentfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (diff)
downloadports-99290b0d61db9bcb3c960f5507a8ccb0126a0cf9.tar.gz
ports-99290b0d61db9bcb3c960f5507a8ccb0126a0cf9.zip
Implement USE_GTK, part 2.
Notes
Notes: svn path=/head/; revision=33425
Diffstat (limited to 'misc/gtkfind')
-rw-r--r--misc/gtkfind/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile
index b56b09ffb68b..dc367f55613f 100644
--- a/misc/gtkfind/Makefile
+++ b/misc/gtkfind/Makefile
@@ -15,13 +15,11 @@ MASTER_SITES= http://www.oz.net/~mattg/
MAINTAINER= billf@FreeBSD.org
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
MAN1= gtkfind.1 mktmp.1
-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>