diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-21 14:38:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-21 14:38:07 +0800 |
commit | 0e1ca5a83075783102ffe6ffada7ccadd3939340 (patch) | |
tree | eddc7c4e0b053ae0960bd773c4569110af44da0d /ftp/axyftp | |
parent | 21e80d6bd0814daea898c89224951dbd4ee58370 (diff) | |
download | freebsd-ports-gnome-0e1ca5a83075783102ffe6ffada7ccadd3939340.tar.gz freebsd-ports-gnome-0e1ca5a83075783102ffe6ffada7ccadd3939340.tar.zst freebsd-ports-gnome-0e1ca5a83075783102ffe6ffada7ccadd3939340.zip |
Change depend from gtk10 to gtk12 in an attempt to phase out the gtk10 port.
Diffstat (limited to 'ftp/axyftp')
-rw-r--r-- | ftp/axyftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index aeae2211a319..a3afca94bba6 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -3,7 +3,7 @@ # Date created: 22 October 1998 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id: Makefile,v 1.4 1999/03/17 12:55:31 kris Exp $ +# $Id: Makefile,v 1.5 1999/04/13 13:09:54 kris Exp $ # DISTNAME= wxftp-0.4.4.src @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/0.4.4/ \ MAINTAINER= kris@FreeBSD.ORG -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 WRKSRC= ${WRKDIR}/${PKGNAME}/src USE_GMAKE= yes |