From 1ea09c43889a5e66912933ae395ae7f1d83fc039 Mon Sep 17 00:00:00 2001 From: leeym Date: Tue, 17 Jun 2003 11:42:21 +0000 Subject: libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the package rather than the port. The next release will hopefully fix this. Pointed out by: kris PR: 53385 Submitted by: Tim Bishop --- devel/libstatgrab/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'devel/libstatgrab') diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 3f7d782b1939..990d7009befb 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -19,4 +19,12 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -.include +ONLY_FOR_ARCHS= i386 + +.include + +.if ${OSVERSION} >= 500000 +IGNORE= "does not currently support FreeBSD 5.x" +.endif + +.include -- cgit