aboutsummaryrefslogtreecommitdiff
path: root/audio/libebur128
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-03-05 12:22:23 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-03-05 12:22:23 +0000
commit14490e6fdcfe883f32019225350addbe81e6b196 (patch)
treeb176665bada1a4a99426c37c35f4135e9b8350f5 /audio/libebur128
parentee3e0e63c1b10ec4a971cb4c7c0e5c3091a01d4d (diff)
downloadports-14490e6fdcfe883f32019225350addbe81e6b196.tar.gz
ports-14490e6fdcfe883f32019225350addbe81e6b196.zip
Drop dependency on `audio/speexdsp', not needed since 1.2.0:
Notes
Notes: svn path=/head/; revision=527828
Diffstat (limited to 'audio/libebur128')
-rw-r--r--audio/libebur128/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile
index 8aebe4b42a92..200a00603e96 100644
--- a/audio/libebur128/Makefile
+++ b/audio/libebur128/Makefile
@@ -12,12 +12,9 @@ COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
-
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
-
-USES= cmake localbase:ldflags pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>