diff options
Diffstat (limited to 'net/beacon/Makefile')
-rw-r--r-- | net/beacon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 6549ac8b729f..ab84c008ae53 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" |