summaryrefslogtreecommitdiff
path: root/biology/adun
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-19 03:39:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-19 03:39:29 +0000
commit86102784f5e07f1cc61893393b581a841951f46c (patch)
tree01e5d9e3a2a522135d5091d794f75e8679ed2a5e /biology/adun
parentFor test target, now we use GMAKE to MAKE. In some environment (diff)
- mark ignore on FreeBSD 5.x
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=185488
Diffstat (limited to 'biology/adun')
-rw-r--r--biology/adun/Makefile8
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>