Date: Sun, 18 Feb 2007 22:41:55 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/biology/adun Makefile Message-ID: <20070219034155.GA85371@xor.obsecurity.org> In-Reply-To: <200702190339.l1J3dTe1061580@repoman.freebsd.org> References: <200702190339.l1J3dTe1061580@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 19, 2007 at 03:39:29AM +0000, Dirk Meyer wrote: > dinoex 2007-02-19 03:39:29 UTC > > FreeBSD ports repository > > Modified files: > biology/adun Makefile > Log: > - mark ignore on FreeBSD 5.x > Approved by: maintainer > | -.include <bsd.port.mk> > | +.include <bsd.port.pre.mk> > | + > | +.if ${OSVERSION} < 600000 > | +IGNORE= not enough math funtions > | +.endif > | + > | +.include <bsd.port.post.mk> Thanks, it would be nice if you didn't have a typo and also made the error message a complete sentence :) Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070219034155.GA85371>