diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 15:37:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 15:37:23 +0000 |
commit | 880f3d5136ce9e2e0292a7344eb6fd6006aee3b0 (patch) | |
tree | 67a6bfdf23d752c8bd7adb13471cde4d428566d0 /net | |
parent | 8bc122257e62bd2e1c946691e68ac275eb596e9b (diff) | |
download | ports-880f3d5136ce9e2e0292a7344eb6fd6006aee3b0.tar.gz ports-880f3d5136ce9e2e0292a7344eb6fd6006aee3b0.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/libosip2/Makefile | 2 | ||||
-rw-r--r-- | net/ttt/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index 5151787e99d8..67a23be1f844 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= osip MAINTAINER= ports@FreeBSD.org COMMENT= A low layer of SIP implementation +BROKEN= Does not fetch + CONFLICTS= libosip-3* USE_GNOME= gnomehack gnometarget pkgconfig diff --git a/net/ttt/Makefile b/net/ttt/Makefile index acbb166628e8..4992b3811cda 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= ports@FreeBSD.org COMMENT= Tele Traffic Tapper, a network traffic monitoring tool +BROKEN= Does not fetch + LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt USE_TK= 84+ |