diff options
Diffstat (limited to 'ftp/hsftp/Makefile')
-rw-r--r-- | ftp/hsftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 84272e97fde9..4419d68d760e 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-openssh .endif .if ${PORT_OPTIONS:MREADLINE} -USE_READLINE= yes +USES+= readline CONFIGURE_ARGS+= --with-readline .endif |