diff options
Diffstat (limited to 'deskutils/gnome-documents/Makefile')
-rw-r--r-- | deskutils/gnome-documents/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/gnome-documents/Makefile b/deskutils/gnome-documents/Makefile index 01ce8fe3c..e192903d4 100644 --- a/deskutils/gnome-documents/Makefile +++ b/deskutils/gnome-documents/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= gnome-documents -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,15 +11,17 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Document manager application designed to work with GNOME 3 +LICENSE= GPLv2 + 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/evince \ - libgdata.so.13:${PORTSDIR}/devel/libgdata \ + libgdata.so:${PORTSDIR}/devel/libgdata \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgjs.so:${PORTSDIR}/lang/gjs \ - libtracker-sparql-0.14.so:${PORTSDIR}/sysutils/tracker \ + libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss @@ -27,9 +29,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py- GLIB_SCHEMAS= org.gnome.Documents.enums.xml \ org.gnome.documents.gschema.xml -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig -USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack libxml2 +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack \ + introspection:build libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes |