aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-01-23 22:40:48 +0800
committerpav <pav@FreeBSD.org>2010-01-23 22:40:48 +0800
commit58c0d813b540a16968b056e882ef9afcf45e7232 (patch)
tree3971e3e51c69f766bd2b6a5c64ae29d994108b7d /astro
parentc3d43ad70d234a11af9e7ae8e5a4a899361d67aa (diff)
downloadfreebsd-ports-gnome-58c0d813b540a16968b056e882ef9afcf45e7232.tar.gz
freebsd-ports-gnome-58c0d813b540a16968b056e882ef9afcf45e7232.tar.zst
freebsd-ports-gnome-58c0d813b540a16968b056e882ef9afcf45e7232.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'astro')
-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>