svn commit: r318079 - head/net-im/telepathy-sofiasip

Koop Mast kwm at FreeBSD.org
Mon May 13 13:28:25 UTC 2013


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 at 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


More information about the svn-ports-all mailing list