aboutsummaryrefslogtreecommitdiff
path: root/astro/orsa
diff options
context:
space:
mode:
Diffstat (limited to 'astro/orsa')
-rw-r--r--astro/orsa/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile
index d1bbfc68792a..78057467654f 100644
--- a/astro/orsa/Makefile
+++ b/astro/orsa/Makefile
@@ -26,4 +26,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
+.include <bsd.port.post.mk>