diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-13 21:28:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-13 21:28:24 +0800 |
commit | d64a45c898a684031af59c63914a8071cd245f46 (patch) | |
tree | c24a7c524bb8f902e31576e8b665e9176a474218 | |
parent | 16b5e817435412fa6e56ca57ca78a75e5412e4da (diff) | |
download | freebsd-ports-gnome-d64a45c898a684031af59c63914a8071cd245f46.tar.gz freebsd-ports-gnome-d64a45c898a684031af59c63914a8071cd245f46.tar.zst freebsd-ports-gnome-d64a45c898a684031af59c63914a8071cd245f46.zip |
Fix forgotten ${PORTSDIR}
-rw-r--r-- | net-im/telepathy-sofiasip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-sofiasip/Makefile b/net-im/telepathy-sofiasip/Makefile index 3531e80d9779..366b33ee2982 100644 --- a/net-im/telepathy-sofiasip/Makefile +++ b/net-im/telepathy-sofiasip/Makefile @@ -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 |