diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-19 01:33:01 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-19 01:33:01 +0800 |
commit | a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b (patch) | |
tree | 4036ba231efbebcf0e7ae1ef706f7efb43d65a28 /net | |
parent | cb97b881f8cada28ab60eac59dd647d21d19e287 (diff) | |
download | marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar.gz marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar.bz2 marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar.lz marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar.xz marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.tar.zst marcuscom-ports-a75e9a4bd9eb8113448a1a236c7f0a9f3478fa8b.zip |
Attempt to fix the build on tinderbox.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16264 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-online-accounts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 29b487bef..a375039eb 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net/gnome-online-accounts/Makefile,v 1.1 2011/09/16 13:16:53 kwm Exp $ PORTNAME= gnome-online-accounts PORTVERSION= 3.1.90 @@ -13,7 +13,8 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Interface privider to access the user's online accounts. -BUILD_DEPENDS= g-ir-scanner:${PORSTDIR}/devel/gobject-introspection +BUILD_DEPENDS= g-ir-scanner:${PORSTDIR}/devel/gobject-introspection \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ json-glib:${PORTSDIR}/devel/json-glib \ notify.4:${PORTSDIR}/devel/libnotify \ |