From c3a49080f19eff73251d647e4d93e15696e92e16 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 26 Feb 2004 08:07:54 +0000 Subject: BROKEN on !i386 and !amd64: does not compile --- lang/bigloo/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/bigloo') diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index f111f58cd1ac..de0b40504054 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -42,6 +42,10 @@ post-configure: .include +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" +.endif + post-install: install-info @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/bigloo.sh | ${SED} "s|%%BIGLOO_VERSION%%|${PORTVERSION}|g" > ${PREFIX}/etc/rc.d/000.bigloo.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.bigloo.sh -- cgit v1.2.3