diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-06 17:43:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-06 17:43:42 +0000 |
commit | 3ff3ae5c57e5cdc270971759eb025a1ae7184f27 (patch) | |
tree | 3c9c0a011dd12afa4ddc23acefa6e22028dedea4 /audio/festvox-us3/Makefile | |
parent | 8b3f6f7d25121136093edb31bcafbf98881bcc2a (diff) | |
download | pkgsrc-3ff3ae5c57e5cdc270971759eb025a1ae7184f27.tar.gz |
add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs all
depend upon). This way the "not available for..." message appears instead
of a "can't build dependencies" message.
Diffstat (limited to 'audio/festvox-us3/Makefile')
-rw-r--r-- | audio/festvox-us3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 5ad2cf7ee2e..90331316d43 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:18 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/06 17:43:44 dmcmahill Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -22,6 +22,8 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/us3_mbrola +ONLY_FOR_PLATFORM= NetBSD-*-i386 + post-extract: @ ${CHMOD} -R a+r ${WRKSRC} @ ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 |