diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 01:15:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 01:15:54 +0000 |
commit | 60cf41191627b5bc58d2a606d27b566305e9964a (patch) | |
tree | 609dc9c8b959256c675b897c70c73efec0d8e5e5 /astro/orsa | |
parent | e02db57821afa31e7637f3e05db6e51083c6f302 (diff) | |
download | ports-60cf41191627b5bc58d2a606d27b566305e9964a.tar.gz ports-60cf41191627b5bc58d2a606d27b566305e9964a.zip |
Notes
Diffstat (limited to 'astro/orsa')
-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 6aa7e24a1b4b..cec9947599ad 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> |