diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-24 17:12:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-24 17:12:59 +0800 |
commit | a23282ef8a35432afa8897ff2a5b02f16be9b667 (patch) | |
tree | 904bcdb785d35121e10b82e632184cc9d61fd26c /misc/gtkfind/Makefile | |
parent | b28aaf1bb8eb9fb1a0adc4389c0309ea4defe7eb (diff) | |
download | freebsd-ports-gnome-a23282ef8a35432afa8897ff2a5b02f16be9b667.tar.gz freebsd-ports-gnome-a23282ef8a35432afa8897ff2a5b02f16be9b667.tar.zst freebsd-ports-gnome-a23282ef8a35432afa8897ff2a5b02f16be9b667.zip |
Upgrade to 0.10, change depends to gtk11-devel.
Diffstat (limited to 'misc/gtkfind/Makefile')
-rw-r--r-- | misc/gtkfind/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index c03d5aa01587..238fe64bc5a5 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -1,22 +1,19 @@ -# New ports collection makefile for: gtkfind -# Version required: 0.9 -# Date created: 28 Sept 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> +# New ports collection makefile for: gtkfind +# Version required: 0.10 +# Date created: 28 Sept 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.2 1998/11/18 19:25:17 billf Exp $ +# $Id: Makefile,v 1.3 1999/01/22 22:10:17 nectar Exp $ # -DISTNAME= gtkfind-0.9 +DISTNAME= gtkfind-0.10 CATEGORIES= misc MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel -ALL_TARGET= gtkfind -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" - -MAN1= gtkfind.1 +MAN1= gtkfind.1 mktmp.1 .include <bsd.port.mk> |