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-im/farsight2 | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-im/farsight2')
-rw-r--r-- | net-im/farsight2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index e630d916c6e4..bd5bcd497b39 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing -LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice -RUN_DEPENDS= libnice-gst010>=0:${PORTSDIR}/net-im/libnice-gst010 +LIB_DEPENDS= libnice.so:net-im/libnice +RUN_DEPENDS= libnice-gst010>=0:net-im/libnice-gst010 USES= gettext libtool gmake pathfix pkgconfig python USE_LDCONFIG= yes |