diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-07-14 04:47:21 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-07-14 04:47:21 +0800 |
commit | 2fd9972529e1aa023ea7ea11340faff3709f7eb0 (patch) | |
tree | 7d51e3fd509c05d623e721a88935094d013ba975 /security/openssl | |
parent | 0cfa21bbb98499cf103e5da08732f18bdbf8cb65 (diff) | |
download | freebsd-ports-gnome-2fd9972529e1aa023ea7ea11340faff3709f7eb0.tar.gz freebsd-ports-gnome-2fd9972529e1aa023ea7ea11340faff3709f7eb0.tar.zst freebsd-ports-gnome-2fd9972529e1aa023ea7ea11340faff3709f7eb0.zip |
- add CONFLICTS because of libressl
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 1ced7fcf5334..f4d028ea507c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -19,6 +19,8 @@ COMMENT= SSL and crypto library .error You have `USE_OPENSSL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +CONFLICTS?= libressl-* + OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM ZLIB SCTP MD2 .for a in amd64 ia64 |