1
0
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:
Bernard Spil 2016-10-30 14:56:57 +00:00
parent 85e2b12c64
commit d25891b878
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424947
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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