summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
committerdougb <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
commit1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031 (patch)
treeaf91d2702348c174c7196f86202ab50e796da11a /astro
parent7849acac910fa057e1d4e5183af310dbfda24a5a (diff)
downloadFreeBSD-ports-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.zip
FreeBSD-ports-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.gz
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Diffstat (limited to 'astro')
-rw-r--r--astro/orsa/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile
index e7cd60e..55cfd7c 100644
--- a/astro/orsa/Makefile
+++ b/astro/orsa/Makefile
@@ -28,10 +28,4 @@ ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal
CONFIGURE_ENV= ac_cv_c_inline=no
USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud