aboutsummaryrefslogtreecommitdiff
path: root/ftp/lftp
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-18 18:47:28 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-18 18:47:28 +0000
commit1a7d15e397ec8908580fbf7d1ef39cf61ccc4ad3 (patch)
treef4357d53977821495fafae91ae97f7ad4d698475 /ftp/lftp
parent474905dca95b77567ef734880b3c8b1381e2e264 (diff)
downloadports-1a7d15e397ec8908580fbf7d1ef39cf61ccc4ad3.tar.gz
ports-1a7d15e397ec8908580fbf7d1ef39cf61ccc4ad3.zip
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index dc7229363811..4454e6425ef7 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-gnutls
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
.endif
-.if defined(WITH_OPENSSL)
+.if !defined(WITHOUT_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-openssl
.endif