diff options
author | joerg <joerg> | 2011-11-25 13:30:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-25 13:30:12 +0000 |
commit | 81491270aa2ea690f2ef7231ac3a6944cdaf3e46 (patch) | |
tree | fb888f7ae750632d1f4006c2aca200abe8c1a6a4 /lang | |
parent | 305dd34f6140975a4fc1231e82ddfbb6e353a3c2 (diff) | |
download | pkgsrc-81491270aa2ea690f2ef7231ac3a6944cdaf3e46.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 |