diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-03 07:05:32 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-03 07:05:32 +0000 |
commit | 85d7e0f4ff28225bd323dafb14cd5b6e1f41ba22 (patch) | |
tree | b58d1483bed3df18181f1579e359237f559830c9 /lang | |
parent | a0e0a9110af83c9ee109a1a529003e240d544296 (diff) | |
download | ports-85d7e0f4ff28225bd323dafb14cd5b6e1f41ba22.tar.gz ports-85d7e0f4ff28225bd323dafb14cd5b6e1f41ba22.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pugs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile index c5ec4107a100..484bcd49b9a3 100644 --- a/lang/pugs/Makefile +++ b/lang/pugs/Makefile @@ -16,6 +16,7 @@ DISTNAME= Perl6-Pugs-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= A Perl6 Implementation +BROKEN= This version does not build with current ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ ${SITE_PERL}/Pugs/Emitter/Perl6/Perl5.pm:${PORTSDIR}/lang/p5-v6 \ |