aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-23 14:40:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-23 14:40:48 +0000
commitce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7 (patch)
tree0f17c45fcacb4a87bdbc4c7a8b3e488df3a6f195
parent8b48afabe3e73c332d5b0e5c18bc56efeb1f288a (diff)
downloadports-ce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7.tar.gz
ports-ce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=248413
-rw-r--r--astro/orsa/Makefile8
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>