Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 13:28:25 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318079 - head/net-im/telepathy-sofiasip
Message-ID:  <201305131328.r4DDSPgT025255@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon May 13 13:28:24 2013
New Revision: 318079
URL: http://svnweb.freebsd.org/changeset/ports/318079

Log:
  Fix forgotten ${PORTSDIR}

Modified:
  head/net-im/telepathy-sofiasip/Makefile

Modified: head/net-im/telepathy-sofiasip/Makefile
==============================================================================
--- head/net-im/telepathy-sofiasip/Makefile	Mon May 13 13:25:37 2013	(r318078)
+++ head/net-im/telepathy-sofiasip/Makefile	Mon May 13 13:28:24 2013	(r318079)
@@ -10,7 +10,7 @@ MAINTAINER=	yuri@tsoft.com
 COMMENT=	SIP (sofia-sip) Connection Manager for Telepathy Framework
 
 LIB_DEPENDS=	sofia-sip-ua:${PORTSDIR}/net/sofia-sip \
-		telepathy-glib:net-im/telepathy-glib \
+		telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
 		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131328.r4DDSPgT025255>