diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
commit | c7470ab0c2c3a173a27354ead594260c5d649fd9 (patch) | |
tree | 080f901629e4aedcbdf0fe34e206e76b13c4a7b3 /misc/gtkfind | |
parent | 527a5837053e32f938427b7af82ac86be435a639 (diff) | |
download | ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.tar.gz ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.zip |
Notes
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index af2508841494..c03d5aa01587 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Sept 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/11/17 21:53:22 billf Exp $ +# $Id: Makefile,v 1.2 1998/11/18 19:25:17 billf Exp $ # DISTNAME= gtkfind-0.9 @@ -12,9 +12,10 @@ MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 ALL_TARGET= gtkfind +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" MAN1= gtkfind.1 |