diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-22 16:24:40 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-22 16:24:40 +0800 |
commit | 5b613d959c9f5c5c3773d37f2759042474135f44 (patch) | |
tree | c44d02a0804563dec04bfd81cb07c81b8bbcc276 /audio/libbs2b | |
parent | 02b5bfe06f38a093a95e43d9d31f8389163a2a67 (diff) | |
download | freebsd-ports-gnome-5b613d959c9f5c5c3773d37f2759042474135f44.tar.gz freebsd-ports-gnome-5b613d959c9f5c5c3773d37f2759042474135f44.tar.zst freebsd-ports-gnome-5b613d959c9f5c5c3773d37f2759042474135f44.zip |
- Bump port after recent audio/libogg update [1]
- Add explicit dependency on audio/libogg so this port
will not be forgotten in the future [1]
- Add explicit dependency on audio/flac and audio/vorbis,
bs2bconvert binary links to them as well [2]
PR: ports/170034 [1]
Submitted by: myself [1], maintainer [2]
Approved by: maintainer
Diffstat (limited to 'audio/libbs2b')
-rw-r--r-- | audio/libbs2b/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile index 370f550a7281..b9d15d2328f9 100644 --- a/audio/libbs2b/Makefile +++ b/audio/libbs2b/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbs2b PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION} @@ -14,7 +15,10 @@ MAINTAINER= liangtai.s4@gmail.com COMMENT= Bauer Stereophonic-to-Binaural DSP BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config -LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile \ + ogg:${PORTSDIR}/audio/libogg \ + FLAC:${PORTSDIR}/audio/flac \ + vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_GMAKE= yes |