diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-14 18:58:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-09-14 18:58:03 +0000 |
commit | 5011f02d5e3379f1fa3b0a28594025bf7d236178 (patch) | |
tree | d67db3a518febd7609ad3a0be80b6b323e96f12f /polish | |
parent | f2532e944c3a944226e3d22893450996c86e2d1e (diff) |
- This version needs pl-libgadu>=1.11.0
- Mark MAKE_JOBS_SAFE
Approved by: miwi, wen (mentors implicit)
Notes
Notes:
svn path=/head/; revision=281775
Diffstat (limited to 'polish')
-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 \ |