diff options
-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 01a3b68e4a13..82ce26d826af 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -28,4 +28,10 @@ ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal CONFIGURE_ENV= ac_cv_c_inline=no USE_LDCONFIG= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + +.include <bsd.port.post.mk> |