aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2016-06-25 19:39:40 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2016-06-25 19:39:40 +0000
commit4fc8f3ed50ac5da48ae989cbe14717656a787586 (patch)
treefeb4c7a9d8448599fa9ec1a12c7b1ef6025500eb
parent66ca11546aae0f8f642b9aa00a6f94522178885c (diff)
downloadports-4fc8f3ed50ac5da48ae989cbe14717656a787586.tar.gz
ports-4fc8f3ed50ac5da48ae989cbe14717656a787586.zip
Fix package origin of audio/libsoxr
Notes
Notes: svn path=/head/; revision=417482
-rw-r--r--multimedia/qmmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile
index 6348cf9569db..156262c8b689 100644
--- a/multimedia/qmmp/Makefile
+++ b/multimedia/qmmp/Makefile
@@ -220,7 +220,7 @@ NULLOUT_CMAKE_ON= -DUSE_NULL:BOOL=TRUE
NULLOUT_CMAKE_OFF= -DUSE_NULL:BOOL=FALSE
SOXR_DESC= Support SoX Resampler
-SOXR_LIB_DEPENDS= libsoxr.so:audio/soxr
+SOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr
SOXR_CMAKE_ON= -DUSE_SOXR:BOOL=TRUE
SOXR_CMAKE_OFF= -DUSE_SOXR:BOOL=FALSE