diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-23 07:10:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-09-23 07:10:32 +0000 |
commit | dbc388ef77243fc2c07cf9e73534b83acb533b49 (patch) | |
tree | 1aff7bf0c42492f6044f3b9cb0409a3c3a17bd2d /biology/avida | |
parent | 2345c091569f894ab8e0992e94fd9f37f4eed481 (diff) | |
download | ports-dbc388ef77243fc2c07cf9e73534b83acb533b49.tar.gz ports-dbc388ef77243fc2c07cf9e73534b83acb533b49.zip |
Notes
Diffstat (limited to 'biology/avida')
-rw-r--r-- | biology/avida/Makefile | 8 |
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> |