aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/eiskaltdcpp-lib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 15:28:28 +0000
commite836ab008ac38916a93472f2840e03e2e8470ef5 (patch)
tree1485083919fd5b153bf056ea17ac895ea758a8a9 /net-p2p/eiskaltdcpp-lib
parent35d8b48dff5490ff5d7232109c287da637b58811 (diff)
downloadports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz
ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip
Notes
Diffstat (limited to 'net-p2p/eiskaltdcpp-lib')
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index e9c63fa6720a..140759dafc00 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -18,9 +18,7 @@ BUILD_DEPENDS+= chrpath:${PORTSDIR}/devel/chrpath
PROJECTHOST= eiskaltdc
-USE_XZ= yes
-USE_GCC= yes
-USES= cmake gettext
+USES= cmake gettext tar:xz compiler:gcc-c++11-lib
USE_OPENSSL= yes
USE_LDCONFIG= yes
@@ -38,9 +36,9 @@ CMAKE_ARGS+= -DUSE_MINIUPNP:BOOL=OFF
CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=ON
.if ${PORT_OPTIONS:MLUA}
-USE_LUA= 5.1
+USES+= lua
CMAKE_ARGS+= -DLUA_SCRIPT:BOOL=ON
-IGNORE= crashes on connect attempt if built with Lua support
+#IGNORE= crashes on connect attempt if built with Lua support
.else
CMAKE_ARGS+= -DLUA_SCRIPT:BOOL=OFF
.endif