diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-06-26 03:39:40 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-06-26 03:39:40 +0800 |
commit | c3c74a0b1f3b32d9d4dde0131e3b8401983fb226 (patch) | |
tree | feb4c7a9d8448599fa9ec1a12c7b1ef6025500eb /multimedia/qmmp | |
parent | cde30e8efe26cea8b58cc7a6c59914ac6a66fe66 (diff) | |
download | freebsd-ports-gnome-c3c74a0b1f3b32d9d4dde0131e3b8401983fb226.tar.gz freebsd-ports-gnome-c3c74a0b1f3b32d9d4dde0131e3b8401983fb226.tar.zst freebsd-ports-gnome-c3c74a0b1f3b32d9d4dde0131e3b8401983fb226.zip |
Fix package origin of audio/libsoxr
Diffstat (limited to 'multimedia/qmmp')
-rw-r--r-- | multimedia/qmmp/Makefile | 2 |
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 |