aboutsummaryrefslogtreecommitdiff
path: root/ftp/lftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-12-12 08:12:13 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-12-12 08:12:13 +0000
commitd993d1bcae5f8fb1ffeae8029ff687e5013c175e (patch)
tree2ed8c5d8baafae3561776c285d69a131921ae97d /ftp/lftp
parent740271b4e914b396a8a819910506e21924a920f9 (diff)
downloadports-d993d1bcae5f8fb1ffeae8029ff687e5013c175e.tar.gz
ports-d993d1bcae5f8fb1ffeae8029ff687e5013c175e.zip
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile12
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>