diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-19 03:39:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-19 03:39:29 +0000 |
commit | 86102784f5e07f1cc61893393b581a841951f46c (patch) | |
tree | 01e5d9e3a2a522135d5091d794f75e8679ed2a5e /biology | |
parent | 66a388ece5b603d00c82b9630aa8270179853622 (diff) | |
download | ports-86102784f5e07f1cc61893393b581a841951f46c.tar.gz ports-86102784f5e07f1cc61893393b581a841951f46c.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/adun/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile index 30d2c28f280f..70118deea485 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -37,4 +37,10 @@ post-patch: ${WRKSRC}/UL/GNUmakefile \ ${WRKSRC}/UL/AdunServer/GNUmakefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +IGNORE= not enough math funtions +.endif + +.include <bsd.port.post.mk> |