aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-26 07:15:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-26 07:15:24 +0000
commit07101891c34458896205b0e3cc73beb4e355ff15 (patch)
tree5642de6f720eb50f59bbaaab3e2fb5190fa5597d /net-p2p
parent7b5fce598894efe67ed611db0d5356d58ec9cf83 (diff)
downloadports-07101891c34458896205b0e3cc73beb4e355ff15.tar.gz
ports-07101891c34458896205b0e3cc73beb4e355ff15.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/eiskaltdc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/eiskaltdc/Makefile b/net-p2p/eiskaltdc/Makefile
index 4b21aee17e9e..417cc7918bc8 100644
--- a/net-p2p/eiskaltdc/Makefile
+++ b/net-p2p/eiskaltdc/Makefile
@@ -22,6 +22,7 @@ PROJECTHOST= eiskaltdc
USE_GCC= 4.2+
USE_CMAKE= yes
USE_QT_VER= 4
+USE_OPENSSL= yes
QT_COMPONENTS= gui xml dbus network sql qmake_build uic_build \
moc_build rcc_build linguist_build
MAKE_JOBS_SAFE= yes
@@ -40,6 +41,10 @@ CMAKE_ARGS+= -DUSE_ASPELL:BOOL=on
CMAKE_ARGS+= -DUSE_ASPELL:BOOL=off
.endif
+.if ${OSVERSION} < 700024
+USE_OPENSSL_PORT=yes
+.endif
+
pre-configure:
${REINPLACE_CMD} -e 's,share/man/,man/,g' \
${WRKSRC}/${PORTNAME}/CMakeLists.txt