diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /misc/gtkfind | |
parent | Update to version 0.85 and use gtk version 1.2.3. (diff) |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index 7d71fea78d6e..fd062b85a70b 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.4 1999/01/24 09:12:58 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/04/22 08:04:20 mharo Exp $ # DISTNAME= gtkfind-0.10 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 MAN1= gtkfind.1 mktmp.1 |