diff options
-rw-r--r-- | net/gnome-online-accounts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index b0c61b921..455a323e6 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: ports/net/gnome-online-accounts/Makefile,v 1.3 2011/09/19 21:14:28 kwm Exp $ +# $MCom: ports/net/gnome-online-accounts/Makefile,v 1.4 2011/10/04 21:14:40 kwm Exp $ PORTNAME= gnome-online-accounts PORTVERSION= 3.2.0.1 @@ -13,7 +13,7 @@ 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:${PORTSDIR}/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 \ |