diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 13:30:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 13:30:12 +0000 |
commit | 6e725e868d5a8027a77f0aec55d09fa46f2ab650 (patch) | |
tree | fb888f7ae750632d1f4006c2aca200abe8c1a6a4 /lang | |
parent | a6bbd02e18dc5a73b0a402840e6febe0b2a7f15e (diff) | |
download | pkgsrc-6e725e868d5a8027a77f0aec55d09fa46f2ab650.tar.gz |
Mark explicitly as broken, it is just spinning around.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/SmartEiffel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/SmartEiffel/Makefile b/lang/SmartEiffel/Makefile index f9fc0cf4533..fb12cc4b021 100644 --- a/lang/SmartEiffel/Makefile +++ b/lang/SmartEiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/11/11 08:29:06 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2011/11/25 13:30:12 joerg Exp $ DISTNAME= se PKGNAME= SmartEiffel-2.0 @@ -11,7 +11,8 @@ HOMEPAGE= http://smarteiffel.loria.fr/ COMMENT= The GNU Eiffel Compiler PKG_DESTDIR_SUPPORT= user-destdir -NOT_FOR_BULK_PLATFORM= Linux-*-* + +BROKEN= Infinite loop in the installer WRKSRC= ${WRKDIR}/SmartEiffel USE_TOOLS+= pax |