aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libstatgrab
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-06-17 19:42:21 +0800
committerleeym <leeym@FreeBSD.org>2003-06-17 19:42:21 +0800
commit1ea09c43889a5e66912933ae395ae7f1d83fc039 (patch)
treec09b512573df3d97e463ae1269399fc9d26b0d7d /devel/libstatgrab
parentd7aef9c624a4545962057ff3c0f83f71ac7e1106 (diff)
downloadfreebsd-ports-gnome-1ea09c43889a5e66912933ae395ae7f1d83fc039.tar.gz
freebsd-ports-gnome-1ea09c43889a5e66912933ae395ae7f1d83fc039.tar.zst
freebsd-ports-gnome-1ea09c43889a5e66912933ae395ae7f1d83fc039.zip
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 <tim@bishnet.net>
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r--devel/libstatgrab/Makefile10
1 files changed, 9 insertions, 1 deletions
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 <bsd.port.mk>
+ONLY_FOR_ARCHS= i386
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+IGNORE= "does not currently support FreeBSD 5.x"
+.endif
+
+.include <bsd.port.post.mk>