cvs commit: ports/biology/adun Makefile

Kris Kennaway kris at obsecurity.org
Mon Feb 19 03:41:57 UTC 2007


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



More information about the cvs-ports mailing list