git: 3943be07d7d8 - main - devel/orc: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 20:49:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3943be07d7d83d868d20f645937bbc701190bfd2
commit 3943be07d7d83d868d20f645937bbc701190bfd2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:44:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:44:06 +0000
devel/orc: Cosmetic change
---
devel/orc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/orc/Makefile b/devel/orc/Makefile
index 389eb0d8c756..e3b44bea31c9 100644
--- a/devel/orc/Makefile
+++ b/devel/orc/Makefile
@@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe meson pkgconfig tar:xz
-CPE_VENDOR= gstreamer
-
MESON_ARGS= --default-library=both \
-Dbenchmarks=auto \
-Dexamples=auto \
@@ -28,4 +26,6 @@ USE_LDCONFIG= yes
PLIST_SUB= LIBMINORVER=${PORTVERSION:E}
+CPE_VENDOR= gstreamer
+
.include <bsd.port.mk>