From 03d772a2e9f52b99ac80523b899d136ba589b244 Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 23 Sep 2004 07:10:32 +0000 Subject: The build should be fixed now, so remove BROKEN mark. Approved by: portmgr (marcus), fjoe (mentor, implicit) --- biology/avida/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'biology') diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 430d244e5836..825a3dc3b317 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -39,12 +39,6 @@ DIR2FIX= source/main/functional_testsuites/default.md5sum/genesis \ source/qt-viewer/setup_genesis.cc source/support/genesis \ source/support/genesis.4stack source/main/config.cc source/defs.hh -.include - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-configure: .for src in ${DIR2FIX} @${REINPLACE_CMD} -e "s|../work/|${DATADIR}/|" ${WRKSRC}/${src} @@ -59,4 +53,4 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/work/qt-viewer ${PREFIX}/bin .endif -.include +.include -- cgit