diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-24 02:11:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-24 02:11:10 +0800 |
commit | 6366ae8f6cdde2ea6786b66c3e818136fc950c7f (patch) | |
tree | aec55b37cf9f9838c4dc215f233439f23ef238a2 /ftp/ftptool/Makefile | |
parent | 85d93c70f6888c1e5e0f24894cd3a65e435ba2b0 (diff) | |
download | freebsd-ports-gnome-6366ae8f6cdde2ea6786b66c3e818136fc950c7f.tar.gz freebsd-ports-gnome-6366ae8f6cdde2ea6786b66c3e818136fc950c7f.tar.zst freebsd-ports-gnome-6366ae8f6cdde2ea6786b66c3e818136fc950c7f.zip |
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>
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 |