From b72ae0c3ee84c38a200898c2958e0e216dfe9366 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 20:25:34 +0000 Subject: This is still broken on !i386, so add back BROKEN commented out in the previous revision. Approved by: portmgr (self) --- lang/bigloo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/bigloo') diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 12a72bf623f..5ac34e5f2ba 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -46,7 +46,7 @@ post-configure: .include .if ${ARCH} != "i386" -#BROKEN= "Does not compile on !i386" +BROKEN= "Does not compile on !i386" .endif post-install: install-info -- cgit uage, a superset of CSS3 that adds programming capabilities and some other syntactic sugar. WWW: https://github.com/Kronuz/pyScss PR: ports/186268 Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
pyScss is a compiler for SCSS flavor of the Sass language, a superset of
CSS3 that adds programming capabilities and some other syntactic sugar.

WWW: https://github.com/Kronuz/pyScss

PR:		ports/186268
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>