aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ncftp2/Makefile')
-rw-r--r--ftp/ncftp2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 3c4b79cf7ee8..461c5e712ebd 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE= READLINE
OPTIONS_DEFAULT=READLINE
READLINE_DESC= Enable readline support
-USE_NCURSES= yes
+USES= ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
MAKE_JOBS_SAFE= yes
@@ -27,7 +27,7 @@ PLIST_FILES= bin/${LATEST_LINK}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}
-USE_READLINE= yes
+USES+= readline
.else
CONFIGURE_ARGS+=--disable-readline
.endif