diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:13:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:13:53 +0800 |
commit | 12d5d91deba2c2bf50c915138936d6d6b5c9c6d7 (patch) | |
tree | 68dda745e00dc2759f4bf38e0dcb7e409184d8f0 /biology | |
parent | acb9a091fc2482231f7f8dc111df4c4e98287da8 (diff) | |
download | freebsd-ports-gnome-12d5d91deba2c2bf50c915138936d6d6b5c9c6d7.tar.gz freebsd-ports-gnome-12d5d91deba2c2bf50c915138936d6d6b5c9c6d7.tar.zst freebsd-ports-gnome-12d5d91deba2c2bf50c915138936d6d6b5c9c6d7.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111724
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'biology')
-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> |