aboutsummaryrefslogtreecommitdiff
path: root/astro/luna
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:53:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:53:14 +0000
commit625ec2da0ac06832ec3a832952fa1fce8e8b3e61 (patch)
tree7cb092d51ae274d2638f5f9b803f0cf51b92ee07 /astro/luna
parentf70923f5917788b2cb31dfeffd8135586791005c (diff)
downloadports-625ec2da0ac06832ec3a832952fa1fce8e8b3e61.tar.gz
ports-625ec2da0ac06832ec3a832952fa1fce8e8b3e61.zip
BROKEN On 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91279
Diffstat (limited to 'astro/luna')
-rw-r--r--astro/luna/Makefile8
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>