summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-11 07:05:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-11 07:05:28 +0000
commit328366e966a33386ce40761f75c82b8fb9f824f2 (patch)
treef40cfe6cbbce36a8b595ff4e338bfab361974dda
parentAdded info about the non-export dist of Mutt. (diff)
BROKEN is to be defined in individual Makefiles, not subdir Makefiles.
Notes
Notes: svn path=/head/; revision=4388
-rw-r--r--mbone/Makefile6
-rw-r--r--mbone/imm/Makefile3
-rw-r--r--net/imm/Makefile3
3 files changed, 7 insertions, 5 deletions
diff --git a/mbone/Makefile b/mbone/Makefile
index 7056b41f2bdf..77bf12be678c 100644
--- a/mbone/Makefile
+++ b/mbone/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.1.1.1 1996/11/07 12:09:25 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/10 21:31:12 fenner Exp $
#
- BROKEN += imm
+ SUBDIR += imm
SUBDIR += mbone_vcr
SUBDIR += nte
- BROKEN += nv
+ SUBDIR += nv
SUBDIR += rtpmon
SUBDIR += sdr
SUBDIR += vat
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile
index c556c92ec9bc..b2aaa4110b58 100644
--- a/mbone/imm/Makefile
+++ b/mbone/imm/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 October 1994
# Whom: wollman
#
-# $Id: Makefile,v 1.6 1995/11/27 04:04:59 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/07 12:25:45 asami Exp $
#
DISTNAME= imm-3.3
@@ -13,6 +13,7 @@ DISTFILES= imm.src.tar.Z
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
+BROKEN= yes # depends on tk-3.6
WRKSRC= ${WRKDIR}/src
.include <bsd.port.mk>
diff --git a/net/imm/Makefile b/net/imm/Makefile
index c556c92ec9bc..b2aaa4110b58 100644
--- a/net/imm/Makefile
+++ b/net/imm/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 October 1994
# Whom: wollman
#
-# $Id: Makefile,v 1.6 1995/11/27 04:04:59 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/07 12:25:45 asami Exp $
#
DISTNAME= imm-3.3
@@ -13,6 +13,7 @@ DISTFILES= imm.src.tar.Z
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
+BROKEN= yes # depends on tk-3.6
WRKSRC= ${WRKDIR}/src
.include <bsd.port.mk>