diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /audio | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-graphics-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-graphics-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-graphics-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libebur128/Makefile | 3 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index e32c17a0e3f..fe8f338f792 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -3,6 +3,7 @@ PORTNAME= libebur128 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Implementation of the EBU R128 loudness standard LICENSE= MIT -LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex +LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp USES= cmake:outsource pkgconfig diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index aff73db949a..6572459c242 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -7,7 +7,7 @@ PORTNAME= pulseaudio PORTVERSION= 5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ @@ -16,7 +16,7 @@ COMMENT= Sound server for UNIX LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libspeexdsp.so:${PORTSDIR}/audio/speex \ + libspeexdsp.so:${PORTSDIR}/audio/speexdsp \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ liborc-0.4.so:${PORTSDIR}/devel/orc \ |