aboutsummaryrefslogtreecommitdiff
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
parentdf585044b4e3fb260094dfb52bd4ff1273a24066 (diff)
downloadports-ddf2893c0c3de1248ed3ca434f95df986e3b4397.tar.gz
ports-ddf2893c0c3de1248ed3ca434f95df986e3b4397.zip
Notes
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>