summaryrefslogtreecommitdiff
path: root/ftp
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
parent- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs (diff)
- Use radio options for SSL flavour
- Replace bsd.openssl.mk inclusion with USE_OPENSSL - Use bsd.port.options.mk Submitted by: bapt
Notes
Notes: svn path=/head/; revision=308745
Diffstat (limited to 'ftp')
-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>