mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
devel/openssl: change CONFLICTS to CONFLICTS_INSTALL
THere's no problem building openssl with other ports SSL libraries installed, the conflict comes when it's time to install it.
This commit is contained in:
parent
275bfd4eac
commit
57c91679cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422717
@ -17,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CPE_VERSION= ${PORTVERSION}${DISTVERSIONSUFFIX}
|
||||
CONFLICTS= libressl-[0-9]* \
|
||||
libressl-devel-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
CONFLICTS_INSTALL= libressl-[0-9]* \
|
||||
libressl-devel-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
|
||||
OPTIONS_DEFINE= SHARED THREADS SSE2 ASM PADLOCK ZLIB SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3
|
||||
OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3
|
||||
|
Loading…
Reference in New Issue
Block a user