aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-17 05:27:32 +0800
committeredwin <edwin@FreeBSD.org>2004-12-17 05:27:32 +0800
commitf8b32704a36a5c1ce2c3eba34d7fe586b9104744 (patch)
treefe8c5e476c90bb1a8838037a12d93d8bf3802235
parent493f0ba80512b3618652eaba294c7876fc8c4a3b (diff)
downloadfreebsd-ports-gnome-f8b32704a36a5c1ce2c3eba34d7fe586b9104744.tar.gz
freebsd-ports-gnome-f8b32704a36a5c1ce2c3eba34d7fe586b9104744.tar.zst
freebsd-ports-gnome-f8b32704a36a5c1ce2c3eba34d7fe586b9104744.zip
Mark ignore on <5.0 for wide character support.
Noticed by: kris building company
-rw-r--r--audio/tta/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index cb353e8199e5..08be4d9f33a6 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -19,4 +19,10 @@ USE_GMAKE= yes
WRKSRC= ${WRKDIR}
ALL_TARGET=
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= Requires FreeBSD 5.x or higher for wide character support
+.endif
+
+.include <bsd.port.post.mk>