diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 14:56:57 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-10-30 14:56:57 +0000 |
commit | d25891b8783040ecdbbfddf87d43c5a3b03328da (patch) | |
tree | ab9257e3723d33bf5c58cbde0e2b999e6058323d /security/libressl | |
parent | 85e2b12c6469544c394e53e5cbf3f06bdd8bb803 (diff) | |
download | ports-d25891b8783040ecdbbfddf87d43c5a3b03328da.tar.gz ports-d25891b8783040ecdbbfddf87d43c5a3b03328da.zip |
Notes
Diffstat (limited to 'security/libressl')
-rw-r--r-- | security/libressl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 15c68cae204f..c593cc5cc487 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -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 |