From 9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 09:55:25 +0000 Subject: BROKEN on 5.1: bad C++ --- biology/avida/Makefile | 8 +++++++- biology/treeviewx/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'biology') 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 + +.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 +.include diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 95d363f0dcea..7068b639492e 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -14,9 +14,15 @@ DISTNAME= tv-${PORTVERSION} MAINTAINER= tonym@biolateral.com.au COMMENT= A phylogenetic tree viewer +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel USE_GMAKE= yes GNU_CONFIGURE= yes -.include +.include -- cgit v1.2.3