diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-17 04:34:11 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-17 04:34:11 +0800 |
commit | 0382dc48dd590aac6b6cbf9128a4ebb1a6f3f984 (patch) | |
tree | c6ce438831456a730fdc256d95cdb5b6123f954b | |
parent | fba2ddda70f5ecea8798d3db7e0f72d03e5a884f (diff) | |
download | freebsd-ports-gnome-0382dc48dd590aac6b6cbf9128a4ebb1a6f3f984.tar.gz freebsd-ports-gnome-0382dc48dd590aac6b6cbf9128a4ebb1a6f3f984.tar.zst freebsd-ports-gnome-0382dc48dd590aac6b6cbf9128a4ebb1a6f3f984.zip |
- Mark BROKEN: does not build
Reported by: pointyhat
Feature safe: yes
-rw-r--r-- | lang/pugs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile index 2ed342a5e7b7..3f2f2ee5966c 100644 --- a/lang/pugs/Makefile +++ b/lang/pugs/Makefile @@ -29,6 +29,8 @@ RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BROKEN= does not build + PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/Perl6-Pugs-${PORTVERSION} |