From 23a77746194543d18ae014ccd94a0c1baca01aef Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 20 Jan 2011 11:43:14 +0000 Subject: [PATCH] Mark DEPRECATED and set EXPIRATION_DATE: port has been broken for nearly a year Feature safe: yes --- lang/dylan/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 60e6f9990e69..6eeb0c7c6220 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -27,6 +27,8 @@ COMMENT= CMU Gwydion project interpreter and compiler for the Dylan language LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc BROKEN= does not build +DEPRECATED= does not build +EXPIRATION_DATE=2011-02-04 USE_PERL5= yes USE_GMAKE= yes