mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
security/libressl: Switch to CONFLICTS_INSTALL
- There's no conflict at build time PR: 213691
This commit is contained in:
parent
85e2b12c64
commit
d25891b878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424947
@ -20,9 +20,9 @@ OPTIONS_DEFAULT= MAN3 NC
|
||||
MAN3_DESC= Install API manpages (section 3)
|
||||
NC_DESC= Install TLS-enabled netcat
|
||||
|
||||
CONFLICTS?= libressl-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
CONFLICTS_INSTALL= libressl-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe libtool pathfix pkgconfig
|
||||
|
@ -19,9 +19,9 @@ OPTIONS_DEFAULT= MAN3 NC
|
||||
MAN3_DESC= Install API manpages (section 3)
|
||||
NC_DESC= Install TLS-enabled netcat
|
||||
|
||||
CONFLICTS?= libressl-devel-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
CONFLICTS_INSTALL= libressl-devel-[0-9]* \
|
||||
openssl-[0-9]* \
|
||||
openssl-devel-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe libtool pathfix pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user