diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /ftp/axyftp | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | FreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip FreeBSD-ports-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
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 a3afca9..23f563d 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.5 1999/04/13 13:09:54 kris Exp $ +# $Id: Makefile,v 1.6 1999/04/21 06:38:07 mharo 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= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 WRKSRC= ${WRKDIR}/${PKGNAME}/src USE_GMAKE= yes |