aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-09-21 19:43:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-09-21 19:43:17 +0000
commit0c7c66de067e6317265a72ef53d97222ca1ed18f (patch)
treed67a7cf5173deab6a5bce8c43790106f991d21f7 /lang
parent2f97e7f184d161f04e92af097448702e0ba51f3f (diff)
downloadports-0c7c66de067e6317265a72ef53d97222ca1ed18f.tar.gz
ports-0c7c66de067e6317265a72ef53d97222ca1ed18f.zip
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=261565
Diffstat (limited to 'lang')
-rw-r--r--lang/algol68g/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile
index 47e7bb2253f8..aabe0404e7c9 100644
--- a/lang/algol68g/Makefile
+++ b/lang/algol68g/Makefile
@@ -56,4 +56,10 @@ DISTFILES+= ${PORTDOCS}
PORTEXAMPLES= *
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
+.include <bsd.port.post.mk>