aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-22 09:57:37 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-22 09:57:37 +0000
commit9647ca36cdba95e38253de912be65e456bd59da0 (patch)
treec63905efc1ce36c64193dc7ce5424f2378bb229e /ftp/curl
parentaa542d7f7f1f7a23e7890611b68bcc80f967603c (diff)
downloadports-9647ca36cdba95e38253de912be65e456bd59da0.tar.gz
ports-9647ca36cdba95e38253de912be65e456bd59da0.zip
Notes
Diffstat (limited to 'ftp/curl')
-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