git: 432ab5acc6a7 - main - audio/speex: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 20:10:12 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=432ab5acc6a7c58466b62799130bfa6a71629e04
commit 432ab5acc6a7c58466b62799130bfa6a71629e04
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-13 20:08:46 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-13 20:08:46 +0000
audio/speex: Add CPE information
Approved by: portmgr (blanket)
---
audio/speex/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 0780e94c1c83..a1d7ec0a6fb8 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg \
libspeexdsp.so:audio/speexdsp
-USES= libtool pathfix pkgconfig
+USES= cpe libtool pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
+CPE_VENDOR= xiph
.include <bsd.port.mk>