aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-09-23 07:10:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-09-23 07:10:32 +0000
commitdbc388ef77243fc2c07cf9e73534b83acb533b49 (patch)
tree1aff7bf0c42492f6044f3b9cb0409a3c3a17bd2d /biology
parent2345c091569f894ab8e0992e94fd9f37f4eed481 (diff)
downloadports-dbc388ef77243fc2c07cf9e73534b83acb533b49.tar.gz
ports-dbc388ef77243fc2c07cf9e73534b83acb533b49.zip
The build should be fixed now, so remove BROKEN mark.
Approved by: portmgr (marcus), fjoe (mentor, implicit)
Notes
Notes: svn path=/head/; revision=118350
Diffstat (limited to 'biology')
-rw-r--r--biology/avida/Makefile8
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>