summaryrefslogtreecommitdiff
path: root/ftp/axyftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-21 06:38:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-21 06:38:07 +0000
commit9da1e234f42011f5bd36436dd67d02a48677c164 (patch)
treed061562b89df95d8d514237e4647ff5b76a6b217 /ftp/axyftp
parent* Update python 1.5.1 -> 1.5.2 (diff)
Change depend from gtk10 to gtk12 in an attempt to phase out the gtk10 port.
Notes
Notes: svn path=/head/; revision=18043
Diffstat (limited to 'ftp/axyftp')
-rw-r--r--ftp/axyftp/Makefile4
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