diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-23 06:18:10 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-23 06:18:10 +0800 |
commit | 39bf09fedd947c783a34bdd3d24ad040a12ce492 (patch) | |
tree | b8e82c185247e62e5c2282fa6a2def91cd7e15a1 /ftp | |
parent | 57a4432f95b135f1037fd95e60b5a3bf9b4a1a21 (diff) | |
download | freebsd-ports-gnome-39bf09fedd947c783a34bdd3d24ad040a12ce492.tar.gz freebsd-ports-gnome-39bf09fedd947c783a34bdd3d24ad040a12ce492.tar.zst freebsd-ports-gnome-39bf09fedd947c783a34bdd3d24ad040a12ce492.zip |
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
Diffstat (limited to 'ftp')
-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 |