diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 18:11:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 18:11:10 +0000 |
commit | 73dd8639068ae7493e9026c2411e13ff30ed6720 (patch) | |
tree | 14257bbba227021f3dec21117dce2b6923ba9339 /ftp/ftptool/Makefile | |
parent | 55b8c1aac8b9840fb32ec76c6ed28adbc319657b (diff) |
Assign MAINTAINER to Serge Gagnon <gagnon__s@videotron.ca>
fix lex.c
add a missed dependency
PR: ports/50967
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes:
svn path=/head/; revision=85480
Diffstat (limited to 'ftp/ftptool/Makefile')
-rw-r--r-- | ftp/ftptool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index c3f7cb7eb645..6586bdbf48a3 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -13,10 +13,11 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities DISTFILES= Ftptool${PORTVERSION}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon__s@videotron.ca COMMENT= Graphic ftp shell based on xview LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +RUN_DEPENDS= ${X11BASE}/bin/textedit:${PORTSDIR}/editors/textedit USE_IMAKE= yes WRKSRC= ${WRKDIR}/Ftptool4.6 |