aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:13:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:13:53 +0000
commitc817a83fdc7997f3a6648f0b0dd82ef9b298e9c9 (patch)
treee48684501b3eead07fc3fca69e05efc7db55b0c2 /biology
parent0a7f49ac0ffa7655e919b30a74f2f5a22708f288 (diff)
Notes
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 16b6421608b1..ed3566b71966 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -26,12 +26,6 @@ CMAKE_ARGS= -DPROJECT_BINARY_DIR=${WRKSRC}/build/work \
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x.
-.endif
-
do-build:
@(cd ${BUILD_WRKSRC}; \
${MKDIR} build build/work; \
@@ -55,4 +49,4 @@ post-install:
(${CP} -RP ${WRKSRC}/documentation/ ${DOCSDIR})
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>