diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 21:27:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 21:27:32 +0000 |
commit | ddf2893c0c3de1248ed3ca434f95df986e3b4397 (patch) | |
tree | c41f8db3dca088739f1da58c069b97fd1ed9baca /audio/tta | |
parent | Make 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 '')
-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> |