aboutsummaryrefslogtreecommitdiff
path: root/astro/orsa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
commit6ec2397837eb7d79be57e61ea5fb53eca06b3335 (patch)
treef1935a9c7d2e273cb12176a7c899b46f28cb33dc /astro/orsa
parent2524b4b442c015af239e05dcc784fb55e190a219 (diff)
downloadports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.tar.gz
ports-6ec2397837eb7d79be57e61ea5fb53eca06b3335.zip
Notes
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>