diff options
author | danfe <danfe@FreeBSD.org> | 2004-09-23 15:10:32 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2004-09-23 15:10:32 +0800 |
commit | 03d772a2e9f52b99ac80523b899d136ba589b244 (patch) | |
tree | ea7145beda042147d842c7c31acbaff1e7c33c28 /biology/avida | |
parent | a4f210dcf78c8c3c35e03c8bf9751ab7ddb24e4b (diff) | |
download | freebsd-ports-gnome-03d772a2e9f52b99ac80523b899d136ba589b244.tar.gz freebsd-ports-gnome-03d772a2e9f52b99ac80523b899d136ba589b244.tar.zst freebsd-ports-gnome-03d772a2e9f52b99ac80523b899d136ba589b244.zip |
The build should be fixed now, so remove BROKEN mark.
Approved by: portmgr (marcus), fjoe (mentor, implicit)
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> |