diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-19 02:47:28 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-19 02:47:28 +0800 |
commit | 3e46af71ec66e12b5150fa5ec7690fb76b17b9a2 (patch) | |
tree | 86ff8965e77f74bc6bbdde80a4ba2f9dadd43dee /ftp/lftp | |
parent | 79e0b4ebd02af50e2b4a61609e152a73db4a6d58 (diff) | |
download | freebsd-ports-gnome-3e46af71ec66e12b5150fa5ec7690fb76b17b9a2.tar.gz freebsd-ports-gnome-3e46af71ec66e12b5150fa5ec7690fb76b17b9a2.tar.zst freebsd-ports-gnome-3e46af71ec66e12b5150fa5ec7690fb76b17b9a2.zip |
Fix last commit, that's broken OPENSSL option.
Requested by: pav
Approved by: pav (mentor)
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 |