diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/vino | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index c04a79a5d48d..81ac0d45c60a 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -11,13 +11,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop -LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ - libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libsecret-1.so:${PORTSDIR}/security/libsecret \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libnotify.so:${PORTSDIR}/devel/libnotify \ - libavahi-glib.so:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libtelepathy-glib.so:net-im/telepathy-glib \ + libdbus-glib-1.so:devel/dbus-glib \ + libsecret-1.so:security/libsecret \ + libsoup-2.4.so:devel/libsoup \ + libnotify.so:devel/libnotify \ + libavahi-glib.so:net/avahi-app PORTSCOUT= limitw:1,even |