diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 08:04:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 08:04:20 +0000 |
commit | d56075d90184142386c3dd26797952bc65b66627 (patch) | |
tree | 4dd1093c82c97af9e358ab81cf688e34461354f6 /misc/gtkfind | |
parent | Update to pl9, and now use gtk12 (diff) |
gtk11 -> gtk12
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 238fe64bc5a5..7d71fea78d6e 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.3 1999/01/22 22:10:17 nectar Exp $ +# $Id: Makefile,v 1.4 1999/01/24 09:12:58 vanilla Exp $ # DISTNAME= gtkfind-0.10 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 MAN1= gtkfind.1 mktmp.1 |