diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
commit | bd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /audio/libebur128 | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) | |
download | ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip |
Notes
Diffstat (limited to 'audio/libebur128')
-rw-r--r-- | audio/libebur128/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index e32c17a0e3f9..fe8f338f792a 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 |