diff options
author | lifanov <lifanov@FreeBSD.org> | 2016-12-23 06:42:09 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2016-12-23 06:42:09 +0800 |
commit | 27fe887e8d561e9d6969c42e3187e48e2236629a (patch) | |
tree | 1e2030ab2132f275bc434df3dfaa120d4cece09f /audio | |
parent | a270c8f77da35b4c1b927aa4124749ae1a065e73 (diff) | |
download | freebsd-ports-gnome-27fe887e8d561e9d6969c42e3187e48e2236629a.tar.gz freebsd-ports-gnome-27fe887e8d561e9d6969c42e3187e48e2236629a.tar.zst freebsd-ports-gnome-27fe887e8d561e9d6969c42e3187e48e2236629a.zip |
audio/libbs2b: back out r301301
/usr/bin/ld no longer pulls indirect dependencies.
PR: 215252
Submitted by: jbeich
Reviewed by: matthew
Approved by: matthew (mentor), liangtai.s26@gmail.com (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D8885
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libbs2b/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile index 381016b9c493..975b9cdca550 100644 --- a/audio/libbs2b/Makefile +++ b/audio/libbs2b/Makefile @@ -2,7 +2,7 @@ PORTNAME= libbs2b PORTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/bs2b/${PORTNAME}/${PORTVERSION} @@ -12,10 +12,7 @@ COMMENT= Bauer Stereophonic-to-Binaural DSP LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS+= libsndfile.so:audio/libsndfile \ - libogg.so:audio/libogg \ - libFLAC.so:audio/flac \ - libvorbis.so:audio/libvorbis +LIB_DEPENDS= libsndfile.so:audio/libsndfile USES= gmake libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes |