diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 21:50:01 +0000 |
commit | b334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch) | |
tree | 1c92823df26ffbc4675b30f7c3fd59319e65efdc /astro | |
parent | a8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff) | |
download | FreeBSD-ports-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip FreeBSD-ports-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index d1bbfc6..7805746 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> |