diff options
-rw-r--r-- | astro/luna/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 858f70ceaea5..acb09d8e60d7 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -24,4 +24,10 @@ EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= yes MAKEFILE= makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |