aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-08-11 07:02:49 +0800
committeredwin <edwin@FreeBSD.org>2006-08-11 07:02:49 +0800
commit9c382df9412c729a2938c8f5bf797bf3b031c554 (patch)
tree95632e9bd2be947383ee6a455da33bde0516bf6d /biology
parentc8dd92d2f274f56c8986b9cd7b26115a36a3df5c (diff)
downloadfreebsd-ports-gnome-9c382df9412c729a2938c8f5bf797bf3b031c554.tar.gz
freebsd-ports-gnome-9c382df9412c729a2938c8f5bf797bf3b031c554.tar.zst
freebsd-ports-gnome-9c382df9412c729a2938c8f5bf797bf3b031c554.zip
Mark as broken for i386 4.x
PR: ports/101789 Submitted by: Scott Flatman <sf@slappy.org>
Diffstat (limited to 'biology')
-rw-r--r--biology/avida/Makefile8
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>