diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-26 03:41:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-26 03:41:01 +0000 |
commit | 761f1e7352444481c0631d4682aaab0afa7190d3 (patch) | |
tree | eeca7c54cf29c89105565c765adb269d2a1e7ab3 /security | |
parent | 754306d4369982c203f9aa7be4b4f603056767e6 (diff) | |
download | ports-761f1e7352444481c0631d4682aaab0afa7190d3.tar.gz ports-761f1e7352444481c0631d4682aaab0afa7190d3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index d1c2fb0bc878..414d23a41e8c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -8,7 +8,7 @@ PORTNAME= openssl PORTVERSION= 1.0.1 DISTVERSIONSUFFIX= c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ @@ -1061,9 +1061,9 @@ EXTRACONFIGURE+= no-sse2 .endif .if ${PORT_OPTIONS:MASM} -EXTRACONFIGURE+= no-asm -.else EXTRACONFIGURE+= enable-asm +.else +EXTRACONFIGURE+= no-asm .endif .if ${PORT_OPTIONS:MSHARED} @@ -1077,9 +1077,9 @@ PLIST_SUB+= SHARED="@comment " .endif .if ${PORT_OPTIONS:MZLIB} -EXTRACONFIGURE+= no-zlib no-zlib-dynamic -.else EXTRACONFIGURE+= zlib zlib-dynamic +.else +EXTRACONFIGURE+= no-zlib no-zlib-dynamic .endif .if ${PORT_OPTIONS:MSCTP} |