From abc6ba2d154153c8854c41bc9857ad8d8c198a67 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 6 Mar 2006 20:26:52 +0000 Subject: [PATCH] BROKEN on !i386: Does not compile Approved by: portmgr (implicit) --- emulators/skyeye/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 769ff5db9a50..91453921f4d7 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -23,7 +23,13 @@ USE_BZIP2= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-1.2.0 +.include + +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin -.include +.include