diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-02 14:58:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-02 14:58:12 +0800 |
commit | f0652da01fd573af7d2cd48dceb1635a1c3c3181 (patch) | |
tree | 16832db6116be25d73fa5ba1d5d26f5efefc3bdb /net | |
parent | 44639123c246ee565a1eeacb19de8c622f85a8de (diff) | |
download | freebsd-ports-gnome-f0652da01fd573af7d2cd48dceb1635a1c3c3181.tar.gz freebsd-ports-gnome-f0652da01fd573af7d2cd48dceb1635a1c3c3181.tar.zst freebsd-ports-gnome-f0652da01fd573af7d2cd48dceb1635a1c3c3181.zip |
This appears to have been broken with the last update to libosip2.
Diffstat (limited to 'net')
-rw-r--r-- | net/linphone-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 92b44dd1df6d..557a432430f4 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -17,6 +17,8 @@ PKGNAMESUFFIX= -base MAINTAINER= ports@FreeBSD.org COMMENT= A web phone that supports SIP protocol +BROKEN= broken by latest update to libosip2 + LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm \ jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ |