summaryrefslogtreecommitdiff
path: root/biology/avida
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/avida
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111724 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191379
Diffstat (limited to 'biology/avida')
-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>