diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-10 23:02:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-10 23:02:49 +0000 |
commit | 0171dc55b40ff9261ee8dae7b8e2f4e67cd13345 (patch) | |
tree | 3a42a99c3cc88e7e923172cee651a6b7f8b8fd72 /biology/avida | |
parent | ec01029be73a22315a1dd17720fa7833f963f08b (diff) |
Mark as broken for i386 4.x
PR: ports/101789
Submitted by: Scott Flatman <sf@slappy.org>
Notes
Notes:
svn path=/head/; revision=170319
Diffstat (limited to 'biology/avida')
-rw-r--r-- | biology/avida/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index ed3566b71966..16b6421608b1 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -26,6 +26,12 @@ 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; \ @@ -49,4 +55,4 @@ post-install: (${CP} -RP ${WRKSRC}/documentation/ ${DOCSDIR}) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |