View | Details | Raw Unified | Return to bug 213889
Collapse All | Expand All

(-)b/security/libressl-devel/Makefile (-3 / +3 lines)
Lines 20-28 OPTIONS_DEFAULT= MAN3 NC Link Here
20
MAN3_DESC=	Install API manpages (section 3)
20
MAN3_DESC=	Install API manpages (section 3)
21
NC_DESC=	Install TLS-enabled netcat
21
NC_DESC=	Install TLS-enabled netcat
22
22
23
CONFLICTS?=	libressl-[0-9]* \
23
CONFLICTS_INSTALL?=	libressl-[0-9]* \
24
		openssl-[0-9]* \
24
			openssl-[0-9]* \
25
		openssl-devel-[0-9]*
25
			openssl-devel-[0-9]*
26
26
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
USES=		cpe libtool pathfix pkgconfig
28
USES=		cpe libtool pathfix pkgconfig
(-)b/security/libressl/Makefile (-3 / +3 lines)
Lines 19-27 OPTIONS_DEFAULT= MAN3 NC Link Here
19
MAN3_DESC=	Install API manpages (section 3)
19
MAN3_DESC=	Install API manpages (section 3)
20
NC_DESC=	Install TLS-enabled netcat
20
NC_DESC=	Install TLS-enabled netcat
21
21
22
CONFLICTS?=	libressl-devel-[0-9]* \
22
CONFLICTS_INSTALL?=	libressl-devel-[0-9]* \
23
		openssl-[0-9]* \
23
			openssl-[0-9]* \
24
		openssl-devel-[0-9]*
24
			openssl-devel-[0-9]*
25
25
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
USES=		cpe libtool pathfix pkgconfig
27
USES=		cpe libtool pathfix pkgconfig
(-)b/security/openssl-devel/Makefile (-3 / +3 lines)
Lines 15-23 COMMENT= SSL and crypto library (1.1.x) Link Here
15
LICENSE=	OpenSSL
15
LICENSE=	OpenSSL
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
17
17
18
CONFLICTS=	libressl-[0-9]* \
18
CONFLICTS_INSTALL=	libressl-[0-9]* \
19
		libressl-devel-[0-9]* \
19
			libressl-devel-[0-9]* \
20
		openssl-[0-9]*
20
			openssl-[0-9]*
21
21
22
HAS_CONFIGURE=	yes
22
HAS_CONFIGURE=	yes
23
CONFIGURE_SCRIPT=	config
23
CONFIGURE_SCRIPT=	config

Return to bug 213889