diff options
Diffstat (limited to 'astro/orsa')
-rw-r--r-- | astro/orsa/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index d1bbfc68792a..78057467654f 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -26,4 +26,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include <bsd.port.post.mk> |