diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1371ffa1f311..5db4d9d2eea0 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -38,15 +38,15 @@ PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO -OPTIONS_DEFINE= SSL NLS -OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS +OPTIONS_DEFINE= NLS +OPTIONS_RADIO= SSL +OPTIONS_RADIO_SSL= OPENSSL GNUTLS OPTIONS_DEFAULT= SSL OPENSSL NLS -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} -.include "${PORTSDIR}/Mk/bsd.openssl.mk" +USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl .else CONFIGURE_ARGS+= --without-openssl @@ -83,4 +83,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |