diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
commit | 9647ca36cdba95e38253de912be65e456bd59da0 (patch) | |
tree | c63905efc1ce36c64193dc7ce5424f2378bb229e /ftp/curl | |
parent | remove a.out support (diff) |
whitespace nits
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 6 |
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 |