diff options
author | clsung <clsung@FreeBSD.org> | 2007-08-03 15:05:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-08-03 15:05:32 +0800 |
commit | 352f992aa3b405b3c8d592998a658fce5667028a (patch) | |
tree | 2967e2a1aaa5c4b03d1c585dfc42c9a9165a4b0c /lang/pugs | |
parent | 4c6feae07710707ace5176c634b4cc7bf1781846 (diff) | |
download | freebsd-ports-gnome-352f992aa3b405b3c8d592998a658fce5667028a.tar.gz freebsd-ports-gnome-352f992aa3b405b3c8d592998a658fce5667028a.tar.zst freebsd-ports-gnome-352f992aa3b405b3c8d592998a658fce5667028a.zip |
- mark BROKEN
- will try to fix in current revision (pugs)
Diffstat (limited to 'lang/pugs')
-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 \ |