aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-12 19:50:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-12 19:50:32 +0000
commita43c0496c2abf057d3c1c64f350c1eefd638e3f4 (patch)
treef2f4dfc2f14c6876630e4d71bf0edcced55d71db /net-p2p
parent8b47d8f1eb76783530ead591b986aa0f3072cafd (diff)
downloadports-a43c0496c2abf057d3c1c64f350c1eefd638e3f4.tar.gz
ports-a43c0496c2abf057d3c1c64f350c1eefd638e3f4.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qtum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile
index 5b0d1c820eed..de0e9e62df32 100644
--- a/net-p2p/qtum/Makefile
+++ b/net-p2p/qtum/Makefile
@@ -56,9 +56,9 @@ GH_TUPLE= qtumproject:qtum:${DISTVERSIONPREFIX}${PORTVERSION} \
# setting some related environment variables.
.if ${SSL_DEFAULT} == base
CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" \
- CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
+ CRYPTO_LIBS="-lcrypto" \
SSL_CFLAGS="-I${OPENSSLINC}" \
- SSL_LIBS="-L${OPENSSLLIB} -lssl"
+ SSL_LIBS="-lssl"
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000