diff options
Diffstat (limited to 'irc/quassel/Makefile')
-rw-r--r-- | irc/quassel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index a43c167b2750..3e04739a6933 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.12.5 -PORTREVISION= 2 +PORTVERSION= 0.13.0 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ @@ -34,7 +33,9 @@ OPTIONS_SUB= yes CLIENT_DESC= Quassel client (for use with core) CLIENT_CMAKE_BOOL= WANT_QTCLIENT CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets -CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 +CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ + libldap-2.4.so.2:net/openldap24-client \ + liblber-2.4.so.2:net/openldap24-client CORE_DESC= Quassel core server (for use with client) CORE_CMAKE_BOOL= WANT_CORE @@ -52,7 +53,6 @@ MONO_CMAKE_BOOL= WANT_MONO MONO_USE= qt=script,sql MONO_LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -NLS_USES= qt:5 NLS_USE= QT=linguisttools_build PGSQL_USE= qt=sql-pgsql |