diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:53:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 04:53:14 +0000 |
commit | 625ec2da0ac06832ec3a832952fa1fce8e8b3e61 (patch) | |
tree | 7cb092d51ae274d2638f5f9b803f0cf51b92ee07 /astro/luna | |
parent | Reset bogus maintainer address. (diff) |
BROKEN On 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91279
Diffstat (limited to 'astro/luna')
-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> |