diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 09:15:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 09:15:54 +0800 |
commit | 1ab96990b1f0865cbb5c05858dd7f9865c664102 (patch) | |
tree | 46af3cc26c8ea36c421bd8b2c6f9123db53d3b65 /astro | |
parent | 40b0e2e5991b9cf8485be90ff456d6fd6f800e0b (diff) | |
download | freebsd-ports-graphics-1ab96990b1f0865cbb5c05858dd7f9865c664102.tar.gz freebsd-ports-graphics-1ab96990b1f0865cbb5c05858dd7f9865c664102.tar.zst freebsd-ports-graphics-1ab96990b1f0865cbb5c05858dd7f9865c664102.zip |
Remove BROKEN based on OSVERSION: < 500000 is no longer supported
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 6aa7e24a1b4..cec9947599a 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -27,10 +27,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |