diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-05-06 21:06:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-05-06 21:06:08 +0000 |
commit | 8193efbc7f472d525b0e6a2ca39cbe4229cf46d3 (patch) | |
tree | e5f340d09198c1eec41660af57b9462374c57e04 /devel/vtcl | |
parent | (1) Upgrade to 1.1 (diff) |
The MASTER_SITES have fallen off the face of the earth and the ftp sites
don't have this file either. Mark BROKEN.
Notes
Notes:
svn path=/head/; revision=18568
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 1631d345d2c6..61838e8a3bcc 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -3,7 +3,7 @@ # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.13 1998/12/09 10:43:09 vanilla Exp $ +# $Id: Makefile,v 1.14 1999/01/20 01:36:03 asami Exp $ # DISTNAME= current @@ -16,6 +16,7 @@ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +BROKEN= "the MASTER_SITES have disappeared." WRKSRC= ${WRKDIR}/${PKGNAME} NO_BUILD= yes DIST_SUBDIR= ${PKGNAME} |