git: 4074f5089a3d - main - audio/libvorbis: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Wed Sep 8 20:53:59 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4074f5089a3d59d370a29f0ef8359e64a025af2a
commit 4074f5089a3d59d370a29f0ef8359e64a025af2a
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-08 20:25:29 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-08 20:53:34 +0000
audio/libvorbis: Add CPE information
Approved by: portmgr (blanket)
---
audio/libvorbis/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index a341f3ed4d9f..4b20e1ea26e7 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg
-USES= libtool pathfix tar:xz
+USES= cpe libtool pathfix tar:xz
USE_LDCONFIG= yes
+CPE_VENDOR= xiph.org
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
INSTALL_TARGET= install-strip
More information about the dev-commits-ports-all
mailing list