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>
This commit is contained in:
Yen-Ming Lee 2003-06-17 11:42:21 +00:00
parent 442de8175b
commit 4c01ca9423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83145

View file

@ -19,4 +19,12 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= 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>