diff options
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> |