From 697106b9717d530d5b3e6e3886b79ff1a2bf5275 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Nov 2004 22:43:11 +0000 Subject: BROKEN on !i386: Does not compile --- net/beacon/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/beacon') diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 6549ac8b729..ab84c008ae5 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -37,6 +37,10 @@ CONFUGURE_ARGS+= --enable-ipv6 IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-install: @${ECHO} "Sample config installed at \ ${PREFIX}/etc/beacon.conf.sample" -- cgit