diff options
author | asami <asami@FreeBSD.org> | 1996-11-11 07:05:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-11 07:05:28 +0000 |
commit | a85e0cde6368544d3aa18ea67d47f1542d8cc578 (patch) | |
tree | 4b85d88339a0321a7f220a29d3d3819a3c51a198 /net/imm | |
parent | 5b3e69ecd9708372e76f7ee82eab236efd78ae69 (diff) | |
download | FreeBSD-ports-a85e0cde6368544d3aa18ea67d47f1542d8cc578.zip FreeBSD-ports-a85e0cde6368544d3aa18ea67d47f1542d8cc578.tar.gz |
BROKEN is to be defined in individual Makefiles, not subdir Makefiles.
Diffstat (limited to 'net/imm')
-rw-r--r-- | net/imm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/imm/Makefile b/net/imm/Makefile index c556c92..b2aaa41 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> |