diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-15 02:36:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-01-15 02:36:22 +0800 |
commit | fbf1bd0da5e0bc947576d6785821f9e280e21c88 (patch) | |
tree | cc7ad5619f328becfefd5f4d23bc9e9f130ae0f9 /audio | |
parent | 1db8c186492838e0d22787bfe736a5f01bf3222c (diff) | |
download | freebsd-ports-gnome-fbf1bd0da5e0bc947576d6785821f9e280e21c88.tar.gz freebsd-ports-gnome-fbf1bd0da5e0bc947576d6785821f9e280e21c88.tar.zst freebsd-ports-gnome-fbf1bd0da5e0bc947576d6785821f9e280e21c88.zip |
- Depend on specific version of libportaudio, to not pick up library from portaudio2 and break the build
- Add empty directories to plist
PR: 196345
Submitted by: amdmi3
Approved by: maintainer timeout (nivit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/espeak/Makefile | 2 | ||||
-rw-r--r-- | audio/espeak/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index cb13fd5a419f..220eaf0f2e94 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -23,7 +23,7 @@ OPTIONS_RADIO= AUDIO_SYSTEM OPTIONS_RADIO_AUDIO_SYSTEM= PORTAUDIO PULSEAUDIO RUNTIME RUNTIME_DESC= Sound interface selected at runtime -PORTAUDIOLIB= libportaudio.so:${PORTSDIR}/audio/portaudio +PORTAUDIOLIB= libportaudio.so.0:${PORTSDIR}/audio/portaudio PULSEAUDIOLIB= libpulse.so:${PORTSDIR}/audio/pulseaudio CONFLICTS= speak-1.[0-9] diff --git a/audio/espeak/pkg-plist b/audio/espeak/pkg-plist index 81383550e762..5243cfa6228a 100644 --- a/audio/espeak/pkg-plist +++ b/audio/espeak/pkg-plist @@ -279,3 +279,5 @@ lib/libespeak.so.1.1.47 %%DATADIR%%/espeak-data/voices/test/ur %%DATADIR%%/espeak-data/zh_dict %%DATADIR%%/espeak-data/zhy_dict +@dir %%DATADIR%%/espeak-data/mbrola +@dir %%DATADIR%%/espeak-data/soundicons |