diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-im/telepathy-gabble | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-im/telepathy-gabble')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 8ce22807122c..1b8e448ba771 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -10,16 +10,16 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Jabber Connection Manager for Telepathy Framework -BUILD_DEPENDS= telepathy-glib>=0.22.0:${PORTSDIR}/net-im/telepathy-glib \ - ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libnice.so:${PORTSDIR}/net-im/libnice \ - libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth -RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 +BUILD_DEPENDS= telepathy-glib>=0.22.0:net-im/telepathy-glib \ + ca_root_nss>=0:security/ca_root_nss +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libnice.so:net-im/libnice \ + libtelepathy-glib.so:net-im/telepathy-glib \ + libdbus-glib-1.so:devel/dbus-glib \ + libuuid.so:misc/e2fsprogs-libuuid \ + libloudmouth-1.so:net-im/loudmouth +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + libnice-gst1>=0:net-im/libnice-gst1 PORTSCOUT= limitw:1,even |