From 524e7ef6f1a00a87d4fdb9052c57215e5ebb0f03 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 7 Sep 2006 04:43:11 +0000 Subject: [PATCH] - On amd64, we do not have machine/bootinfo.h, which is used by this port. PR: ports/102958 Submitted by: chinsan (maintainer) Reported by: pointyhat via kris --- sysutils/p5-BSD-Sysctl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/p5-BSD-Sysctl/Makefile b/sysutils/p5-BSD-Sysctl/Makefile index f630b65e774f..be2e1c067cbe 100644 --- a/sysutils/p5-BSD-Sysctl/Makefile +++ b/sysutils/p5-BSD-Sysctl/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= chinsan.tw@gmail.com COMMENT= Fetch sysctl values from BSD-like systems +NOT_FOR_ARCHS= amd64 +NOT_FOR_ARCHS_REASON_amd64= lack of machine/bootinfo.h to compile + PERL_CONFIGURE= yes MAN3= BSD::Sysctl.3