diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 03:57:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 03:57:09 +0800 |
commit | de73e847409322254401dfe51322e4a7355310ff (patch) | |
tree | f53d7276ad0a4a82c6afa42ea4bf74d55633425f | |
parent | 5e05b7cbc0254b609d11cc4e585a2af37371bbad (diff) | |
download | marcuscom-ports-de73e847409322254401dfe51322e4a7355310ff.tar.gz marcuscom-ports-de73e847409322254401dfe51322e4a7355310ff.tar.zst marcuscom-ports-de73e847409322254401dfe51322e4a7355310ff.zip |
Spell PORTSDIR correctly
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16439 df743ca5-7f9a-e211-a948-0013205c9059
-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 \ |