diff options
author | dmcmahill <dmcmahill> | 2000-07-06 17:43:42 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-06 17:43:42 +0000 |
commit | 25f00796da25b4ed992980e6eab2123b96d69611 (patch) | |
tree | 3c9c0a011dd12afa4ddc23acefa6e22028dedea4 /audio/festvox-en1 | |
parent | c0e10dd7b68c7d701783ab07cb85bc8efb700597 (diff) | |
download | pkgsrc-25f00796da25b4ed992980e6eab2123b96d69611.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-en1')
-rw-r--r-- | audio/festvox-en1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile index af5634243b1..722edeb7aaf 100644 --- a/audio/festvox-en1/Makefile +++ b/audio/festvox-en1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/02/15 09:26:14 agc Exp $ +# $NetBSD: Makefile,v 1.10 2000/07/06 17:43:42 dmcmahill Exp $ DISTNAME= festvox_en1 PKGNAME= festvox-en1-1.4.0 @@ -22,6 +22,8 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/en1_mbrola +ONLY_FOR_PLATFORM= NetBSD-*-i386 + post-extract: @ ${CHMOD} -R a+r ${WRKSRC} @ ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 |