diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-15 02:58:03 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-15 02:58:03 +0800 |
commit | 3ae1b26de4d0450e6357a5c6c4068926cbfccac4 (patch) | |
tree | 3ace4150941d15af8859a8bdea2363c57819cfc6 /polish/kadu | |
parent | 51c88696aaacc91f9fe887f81b7b13d6d6f61913 (diff) | |
download | freebsd-ports-gnome-3ae1b26de4d0450e6357a5c6c4068926cbfccac4.tar.gz freebsd-ports-gnome-3ae1b26de4d0450e6357a5c6c4068926cbfccac4.tar.zst freebsd-ports-gnome-3ae1b26de4d0450e6357a5c6c4068926cbfccac4.zip |
- This version needs pl-libgadu>=1.11.0
- Mark MAKE_JOBS_SAFE
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 1e9c4e4bc35f..0a1b71839461 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -20,7 +20,8 @@ COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP LICENSE= GPLv2 -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ + pl-libgadu>=1.11.0:${PORTSDIR}/polish/libgadu LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ gadu.3:${PORTSDIR}/polish/libgadu \ idn.17:${PORTSDIR}/dns/libidn \ @@ -40,6 +41,7 @@ USE_XORG= xscrnsaver CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON # Setting KADU_VERSION disables git invocation CMAKE_USE_PTHREAD=yes +MAKE_JOBS_SAFE= yes USE_QT_VER= 4 QT_COMPONENTS= gui dbus network script webkit xml qmake_build \ |