summaryrefslogtreecommitdiff
path: root/biology/avida
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:55:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:55:25 +0000
commit9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 (patch)
tree043d479b1d60668b1d77568d010f6178e25bd6ba /biology/avida
parentFix build: (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81207
Diffstat (limited to 'biology/avida')
-rw-r--r--biology/avida/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index a4576c8c5991..00228e6d8d4e 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= http://dllab.caltech.edu/avida/versions/
MAINTAINER= karlj000@unbc.ca
COMMENT= Avida is an auto-adaptive genetic system designed for ALife research
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[[:alnum:]]+$//}
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -37,4 +43,4 @@ post-patch:
| ${SED} -e 's#%%PORTNAME%%#${PORTNAME}#g' \
> ${WRKSRC}/source/support/genesis.heads
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>