diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-13 05:34:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-13 05:34:41 +0000 |
commit | 3649201941e6e18b5d0501605dc57e11fc50a58b (patch) | |
tree | c28fa41850b0d14c60937403da8e74c8ed04ef31 /net-p2p | |
parent | f68519cd3b782324087b7e3079098542a155a353 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/litecoin/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index f2ebe156d526..26bb0cc4ca04 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -92,6 +92,13 @@ LDFLAGS+= -L${OPENSSLLIB} PLIST_FILES?= bin/litecoin-qt share/applications/litecoin-qt.desktop \ share/pixmaps/litecoin128.png +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT:Mlibressl*} +# The configure script will output this message, so save the user the trouble +IGNORE= Detected LibreSSL: This is NOT supported, and may break consensus compatibility! +.endif + .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-patch: @@ -115,4 +122,4 @@ regression-test: build @cd ${WRKSRC} && ${GMAKE} check -.include <bsd.port.mk> +.include <bsd.port.post.mk> |