diff options
Diffstat (limited to 'biology/avida/Makefile')
-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 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> |