diff options
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} |