diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-20 05:39:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-20 05:39:35 +0800 |
commit | feec3a90f3e5b952af22656b936b3e00b6ed6d79 (patch) | |
tree | cc57a0ba0e65c177144be647a6a07c5012858a6a /korean | |
parent | 5b69d16db9fbb9f4e6b7ff83473f69c284a21b29 (diff) | |
download | freebsd-ports-gnome-feec3a90f3e5b952af22656b936b3e00b6ed6d79.tar.gz freebsd-ports-gnome-feec3a90f3e5b952af22656b936b3e00b6ed6d79.tar.zst freebsd-ports-gnome-feec3a90f3e5b952af22656b936b3e00b6ed6d79.zip |
Mark as broken on 5.x due to the latest gcc import (the usual line-
continuation issues in this case). Informed maintainer.
Diffstat (limited to 'korean')
-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 a88c793e5a87..29bfa2ec3345 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> |