diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-01-22 22:18:10 +0000 |
commit | c7470ab0c2c3a173a27354ead594260c5d649fd9 (patch) | |
tree | 080f901629e4aedcbdf0fe34e206e76b13c4a7b3 /ftp/axyftp | |
parent | 527a5837053e32f938427b7af82ac86be435a639 (diff) | |
download | ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.tar.gz ports-c7470ab0c2c3a173a27354ead594260c5d649fd9.zip |
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Notes
Notes:
svn path=/head/; revision=16271
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 0c76dfad3aee..23ddb48503c8 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.1.1.1 1998/12/01 22:11:59 billf Exp $ +# $Id: Makefile,v 1.2 1999/01/18 03:26:43 steve Exp $ # DISTNAME= wxftp-0.4.1.src @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= anttik@iki.fi -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 WRKSRC= ${WRKDIR}/${PKGNAME}/src USE_GMAKE= yes |