diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-18 18:47:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-18 18:47:28 +0000 |
commit | 1a7d15e397ec8908580fbf7d1ef39cf61ccc4ad3 (patch) | |
tree | f4357d53977821495fafae91ae97f7ad4d698475 /ftp/lftp | |
parent | 474905dca95b77567ef734880b3c8b1381e2e264 (diff) |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 |
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 |