diff options
author | kwm <kwm@FreeBSD.org> | 2010-12-05 23:19:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-12-05 23:19:54 +0800 |
commit | 31c020984b28213c21f5215613b1513297496882 (patch) | |
tree | 32ae223b5d6f4f08ee612524f8b6821bc7e09a47 /audio/jack | |
parent | 2a106a8dca1168f12f9a55055fe2e8f71fb47c4c (diff) | |
download | freebsd-ports-gnome-31c020984b28213c21f5215613b1513297496882.tar.gz freebsd-ports-gnome-31c020984b28213c21f5215613b1513297496882.tar.zst freebsd-ports-gnome-31c020984b28213c21f5215613b1513297496882.zip |
Correct alsa-lib depend. s/libasound.2/asound.2/
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index c2ce69d90e6f..60df94fe7ba7 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -18,7 +18,7 @@ COMMENT= A low-latency audio server LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ - libasound.2:${PORTSDIR}/audio/alsa-lib \ + asound.2:${PORTSDIR}/audio/alsa-lib \ celt.0:${PORTSDIR}/audio/celt LATEST_LINK= jack |