summaryrefslogtreecommitdiff
path: root/audio/tta
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-16 21:27:32 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-16 21:27:32 +0000
commitddf2893c0c3de1248ed3ca434f95df986e3b4397 (patch)
treec41f8db3dca088739f1da58c069b97fd1ed9baca /audio/tta
parentMake port depend on linux/libpng.so.3 instead of .2 (diff)
Mark ignore on <5.0 for wide character support.
Noticed by: kris building company
Notes
Notes: svn path=/head/; revision=124232
Diffstat (limited to 'audio/tta')
-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>