diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-17 05:27:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-17 05:27:32 +0800 |
commit | f8b32704a36a5c1ce2c3eba34d7fe586b9104744 (patch) | |
tree | fe8c5e476c90bb1a8838037a12d93d8bf3802235 | |
parent | 493f0ba80512b3618652eaba294c7876fc8c4a3b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |