diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-documents/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/deskutils/gnome-documents/Makefile b/deskutils/gnome-documents/Makefile index b88c3fc71..2ac624d89 100644 --- a/deskutils/gnome-documents/Makefile +++ b/deskutils/gnome-documents/Makefile @@ -1,5 +1,6 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ +# $MCom$ PORTNAME= gnome-documents PORTVERSION= 3.6.2 @@ -10,20 +11,22 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Document manager application designed to work with GNOME 3 +BROKEN= need newer libgdata and tracker + BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ - libevview3.so:${PORTSDIR}/graphics/evince3 \ + libevview3.so:${PORTSDIR}/graphics/evince \ libgdata.so.13:${PORTSDIR}/devel/libgdata \ - libgoa-1.so:${PORTSDIR}/net/gnome-online-accounts \ + libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgjs.so:${PORTSDIR}/lang/gjs \ - libtracker-sparql-0.14.so:${PORTSDIR}/sysutils/tracker-client \ + libtrackerclient.so:${PORTSDIR}/sysutils/tracker-client \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit +# libtracker-sparql-0.14.so:${PORTSDIR}/sysutils/tracker-client \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack libxml2 |