From 80e709b69cc57e073a81e7dc8b009a78d0f703da Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 25 Feb 2004 10:01:40 +0000 Subject: BROKEN on !i386: Does not compile --- games/xgospel/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/xgospel') diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index 88614e5a926..aa4b6659c92 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -20,6 +20,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin @@ -33,4 +39,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include -- cgit