diff options
author | kwm <kwm@FreeBSD.org> | 2017-05-17 17:49:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-05-17 17:49:41 +0800 |
commit | 8cfd08c7052678a12f94e35717c51a7701f1efed (patch) | |
tree | d53fdfcc938014ebf20f7f5a3d6760321c05c6a9 /net-im | |
parent | dfd0be110216cbbd8f57916fe351507c421c5779 (diff) | |
download | freebsd-ports-gnome-8cfd08c7052678a12f94e35717c51a7701f1efed.tar.gz freebsd-ports-gnome-8cfd08c7052678a12f94e35717c51a7701f1efed.tar.zst freebsd-ports-gnome-8cfd08c7052678a12f94e35717c51a7701f1efed.zip |
Chase evolution-data-server shlib bump.
While here convert LIB_DEPENDS -> USES=evolutiondataserver3. I almost
missed this port.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ring-gnome/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/ring-gnome/Makefile b/net-im/ring-gnome/Makefile index 666e3ebcf4f2..59d46f6f8954 100644 --- a/net-im/ring-gnome/Makefile +++ b/net-im/ring-gnome/Makefile @@ -3,7 +3,7 @@ PORTNAME= ring-gnome PORTVERSION= 0.160516 -PORTREVISION= 3 +PORTREVISION= 4 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -23,8 +23,7 @@ LIB_DEPENDS= libringclient.so:net-im/ring-libclient \ libplc4.so:devel/nspr \ libjson-glib-1.0.so:devel/json-glib \ libnss3.so:security/nss \ - libsecret-1.so:security/libsecret \ - libebook-1.2.so:databases/evolution-data-server + libsecret-1.so:security/libsecret USE_GITHUB= yes GH_TUPLE+= savoirfairelinux:ring-client-gnome:07107e9 @@ -32,7 +31,7 @@ GH_TUPLE+= savoirfairelinux:ring-client-gnome:07107e9 SUB_FILES= pkg-message USES= cmake compiler:c++14-lang gettext gmake pkgconfig shebangfix sqlite -USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 libxml2 gtk30 +USE_GNOME= evolutiondataserver3 glib20 gtk20 cairo gdkpixbuf2 libxml2 gtk30 USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr xscrnsaver USE_GL= gl egl USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets svg \ |