diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-04-13 01:28:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-04-13 01:28:07 +0800 |
commit | 006dd91026b253acef811ae4ee83679ca8b4fc1d (patch) | |
tree | 6bc5a17086b9bce614dd30e0f44535ab01f36e13 /security/openssl | |
parent | 4609b1cb2c710b4a9a6027a6aadc512ed230d13b (diff) | |
download | freebsd-ports-gnome-006dd91026b253acef811ae4ee83679ca8b4fc1d.tar.gz freebsd-ports-gnome-006dd91026b253acef811ae4ee83679ca8b4fc1d.tar.zst freebsd-ports-gnome-006dd91026b253acef811ae4ee83679ca8b4fc1d.zip |
- disable option ASM by default
- bump PORTREVISION
PR: 196756
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1b1026a696a4..22d5c738d4aa 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -4,7 +4,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= a -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ @@ -22,7 +22,7 @@ COMMENT= SSL and crypto library CONFLICTS?= libressl-* OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS -OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM SCTP SSL2 SSL3 MD2 +OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 .for a in amd64 ia64 OPTIONS_DEFINE_${a}= EC OPTIONS_DEFAULT_${a}= EC |