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 | cd5b7e2e4017b4787f55f1288fc88688d05c78d4 (patch) | |
tree | fb888f7ae750632d1f4006c2aca200abe8c1a6a4 /lang/SmartEiffel | |
parent | 030a4b77e90b612c903b71ca6453f04cbc7db17d (diff) | |
download | pkgsrc-cd5b7e2e4017b4787f55f1288fc88688d05c78d4.tar.gz |
Mark explicitly as broken, it is just spinning around.
Diffstat (limited to 'lang/SmartEiffel')
-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 |