diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-19 21:39:35 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-19 21:39:35 +0000 |
commit | feec3a90f3e5b952af22656b936b3e00b6ed6d79 (patch) | |
tree | cc57a0ba0e65c177144be647a6a07c5012858a6a | |
parent | 5b69d16db9fbb9f4e6b7ff83473f69c284a21b29 (diff) | |
download | FreeBSD-ports-feec3a90f3e5b952af22656b936b3e00b6ed6d79.zip FreeBSD-ports-feec3a90f3e5b952af22656b936b3e00b6ed6d79.tar.gz |
Mark as broken on 5.x due to the latest gcc import (the usual line-
continuation issues in this case). Informed maintainer.
-rw-r--r-- | korean/gau/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/korean/gau/Makefile b/korean/gau/Makefile index a88c793..29bfa2e 100644 --- a/korean/gau/Makefile +++ b/korean/gau/Makefile @@ -27,4 +27,10 @@ USE_GMAKE= yes USE_GTK= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include <bsd.port.post.mk> |