diff options
Diffstat (limited to 'ftp/ftptool/Makefile')
-rw-r--r-- | ftp/ftptool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 5b8352502bc7..2767b42c18d5 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -3,7 +3,7 @@ # Date created: 19 March 1996 # Whom: janek@gaja.ipan.lublin.pl # -# $Id: Makefile,v 1.2 1996/11/18 09:54:30 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/01 01:22:47 obrien Exp $ # DISTNAME= ftptool-4.6 @@ -14,7 +14,7 @@ DISTFILES= Ftptool4.6.tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib USE_IMAKE= yes WRKSRC= ${WRKDIR}/Ftptool4.6 |