diff options
author | pav <pav@FreeBSD.org> | 2010-09-22 03:43:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-22 03:43:17 +0800 |
commit | 8ee5acc8d59773759657a275b381a5613f97853c (patch) | |
tree | d54af76aa3bd1f5a7c4fd4cc00afeace0d9a75ed /lang/algol68g | |
parent | 2ca3daa8de148d7deaea34ce642bef6a4b000238 (diff) | |
download | freebsd-ports-gnome-8ee5acc8d59773759657a275b381a5613f97853c.tar.gz freebsd-ports-gnome-8ee5acc8d59773759657a275b381a5613f97853c.tar.zst freebsd-ports-gnome-8ee5acc8d59773759657a275b381a5613f97853c.zip |
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
Diffstat (limited to 'lang/algol68g')
-rw-r--r-- | lang/algol68g/Makefile | 8 |
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> |