diff options
author | martymac <martymac@FreeBSD.org> | 2013-09-04 19:38:58 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-09-04 19:38:58 +0800 |
commit | cfdb2c8ff48f0c45eff2fb30f41efc8bbc0e7410 (patch) | |
tree | 42195951b808ee5e39aaa8ed17b7d61ec0d5d626 /audio | |
parent | 146810df1584fbe82452a74babba9177a4698251 (diff) | |
download | freebsd-ports-gnome-cfdb2c8ff48f0c45eff2fb30f41efc8bbc0e7410.tar.gz freebsd-ports-gnome-cfdb2c8ff48f0c45eff2fb30f41efc8bbc0e7410.tar.zst freebsd-ports-gnome-cfdb2c8ff48f0c45eff2fb30f41efc8bbc0e7410.zip |
Fix build when audio/portaudio is installed
PR: ports/181683
Submitted by: amdmi3
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnaural/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnaural/Makefile b/audio/gnaural/Makefile index e29e0bd41ebe..27d47af50753 100644 --- a/audio/gnaural/Makefile +++ b/audio/gnaural/Makefile @@ -13,7 +13,7 @@ COMMENT= Binaural beat generator LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \ +LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \ sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes |