diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-03 21:40:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-03 21:40:37 +0000 |
commit | a313188808395f3feb3d563e7b70af3dbc6ab17c (patch) | |
tree | a73ecbf59049c3b42d3d677840a9a934927d7319 /ftp | |
parent | 56954dba494f15bb386d3750399ee55bba1c5f0f (diff) | |
download | ports-a313188808395f3feb3d563e7b70af3dbc6ab17c.tar.gz ports-a313188808395f3feb3d563e7b70af3dbc6ab17c.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 6df4d10f9920..f9fa72ccf010 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -15,7 +15,7 @@ COMMENT= FTP client with advanced user interface LICENSE= ARTPERL10 LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USES= tar:bzip2 +USES= ncurses tar:bzip2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_LDCONFIG= yes |