summaryrefslogtreecommitdiff
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r--ftp/curl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 56618c43d393..1251a48865f1 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -18,9 +18,9 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \
MAINTAINER= kris@FreeBSD.org
.if defined(WITH_SSL)
-USE_OPENSSL= RSA
+USE_OPENSSL= RSA
.endif
-
+
.include <bsd.port.pre.mk>
.if defined(USE_OPENSSL)
@@ -29,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \
.endif
.if defined(OPENSSL_RSAREF)
-CONFIGURE_ENV+= LIBS="-L${OPENSSLLIB} -lcrypto -lRSAglue -L${LOCALBASE}/lib -lrsaref"
+CONFIGURE_ENV+= LIBS="-L${OPENSSLLIB} -lcrypto -lRSAglue -L${LOCALBASE}/lib -lrsaref"
.endif
GNU_CONFIGURE= yes