diff options
author | fenner <fenner@FreeBSD.org> | 1996-11-11 05:31:12 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1996-11-11 05:31:12 +0800 |
commit | f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80 (patch) | |
tree | 6f30f04aa4b500d1d6c2e4d50d958f313110cc44 /mbone | |
parent | f12ba71a6190a4748607e13707d8b887a927987e (diff) | |
download | freebsd-ports-gnome-f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80.tar.gz freebsd-ports-gnome-f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80.tar.zst freebsd-ports-gnome-f9e3ddcafa9a2381b81b41deef2cf2d902d6bb80.zip |
Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75.
Add mbone_vcr, nte, rtpmon, sdr, vat, wb.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mbone/Makefile b/mbone/Makefile index ad1738dc488b..7056b41f2bdf 100644 --- a/mbone/Makefile +++ b/mbone/Makefile @@ -1,8 +1,14 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/07 12:09:25 asami Exp $ # - SUBDIR += imm - SUBDIR += nv + BROKEN += imm + SUBDIR += mbone_vcr + SUBDIR += nte + BROKEN += nv + SUBDIR += rtpmon + SUBDIR += sdr + SUBDIR += vat SUBDIR += vic + SUBDIR += wb .include <bsd.port.subdir.mk> |