From d48c061ea69db10e358a2ac3eea00998ded0b49c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 25 Feb 2004 10:22:42 +0000 Subject: BROKEN on !i386: Does not compile --- mbone/rat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mbone') diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 56e90fc6f5ce..5650b024bab3 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -35,6 +35,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} ENABLE_IPv6= --enable-ipv6 .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui -- cgit v1.2.3