diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:51:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:51:35 +0800 |
commit | 8aef1ba5decd353266853371f37c2f2b850e6b0d (patch) | |
tree | 623f46b48d1b5f2578de48456755f57d2deee03b | |
parent | fdae3accbd7aa15386e051043ff0c5a9f3c9e481 (diff) | |
download | marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.gz marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.tar.zst marcuscom-ports-8aef1ba5decd353266853371f37c2f2b850e6b0d.zip |
Fix various depend line bugs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18817 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/glom/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnome-documents/Makefile | 11 | ||||
-rw-r--r-- | net/libzapojit/Makefile | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 65d95fd84..952f2b265 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ libepc-1.0.so:${PORTSDIR}/www/libepc \ libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \ - libevview3.so:${PORTSDIR}/graphics/evince3 + libevview3.so:${PORTSDIR}/graphics/evince RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql 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 diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index 02240b8f8..b5511253b 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -12,8 +12,8 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GObject wrapper for the Skydrive and Hotmail API BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libgoa-1.so:${PORTSDIR}/net/gnome-online-accounts \ - libjson-glib-1.so:${PORTSDIR}/devel/json-glib \ +LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ librest-0.7.so:${PORTSDIR}/devel/librest NO_STAGE= yes |