diff options
author | jdp <jdp@FreeBSD.org> | 1998-07-15 00:15:13 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-07-15 00:15:13 +0800 |
commit | f9ef00ce0a396299595f9e6e207ae0ce50562385 (patch) | |
tree | d85df4839afab974da6ddc2ad1e824a79ca21297 /lang | |
parent | f62b04e6e1a5b0ad80b49e81d1525a5764c6252a (diff) | |
download | freebsd-ports-graphics-f9ef00ce0a396299595f9e6e207ae0ce50562385.tar.gz freebsd-ports-graphics-f9ef00ce0a396299595f9e6e207ae0ce50562385.tar.zst freebsd-ports-graphics-f9ef00ce0a396299595f9e6e207ae0ce50562385.zip |
Remove monster uuencoded binary file, and mark the port broken until
it can be replaced by a local distfile. The binary file will be
leaving the CVS repository entirely before too long.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dylan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index a31e130c5aa..8daa90d9ee8 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Jan 1998 # Whom: housel@acm.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/12 21:58:07 hsu Exp $ # DISTNAME= gd20-source @@ -15,6 +15,7 @@ MAINTAINER= housel@acm.org WRKSRC= $(WRKDIR)/src +BROKEN= "Awaiting installation of local distfile" GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=$(PREFIX) --srcdir=$(WRKSRC) CONFIGURE_ENV= D2C="$(WRKDIR)/d2c -p$(WRKSRC)/d2c/compiler/platforms.descr" |