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/espeak/Makefile | |
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/espeak/Makefile')
-rw-r--r-- | audio/espeak/Makefile | 2 |
1 files changed, 1 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] |