diff options
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> |