aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-04-26 15:15:24 +0800
committerpav <pav@FreeBSD.org>2010-04-26 15:15:24 +0800
commiteee49c7aee5313e1eb7b5450aaab106fdc0f5c0b (patch)
treeba29f7f0a44f78be93befd20bdf5388eb731b29b /net-p2p
parentc43efde32753f610ddfe68d72d619c19281f1947 (diff)
downloadfreebsd-ports-gnome-eee49c7aee5313e1eb7b5450aaab106fdc0f5c0b.tar.gz
freebsd-ports-gnome-eee49c7aee5313e1eb7b5450aaab106fdc0f5c0b.tar.zst
freebsd-ports-gnome-eee49c7aee5313e1eb7b5450aaab106fdc0f5c0b.zip
- Another fix for 6.X
Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer)
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