diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 21:39:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 21:39:35 +0000 |
commit | f6b5ea03f5396f2e063fce8de42b1a6922a9212e (patch) | |
tree | a10c78ece6f4badf5fe6889c81f24457ae00333f /korean/gau | |
parent | - Update to 2.3 (diff) |
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/gau')
-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> |