git: ed60959f8da5 - main - editors/git: Explicitly disable X for console Builds
Adam Weinberger
adamw at FreeBSD.org
Sat Sep 18 23:52:13 UTC 2021
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed60959f8da5f8f2820993b3fa6761c501d2f59b
commit ed60959f8da5f8f2820993b3fa6761c501d2f59b
Author: Michael Osipov <michael.osipov at siemens.com>
AuthorDate: 2021-09-18 23:50:28 +0000
Commit: Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-09-18 23:51:58 +0000
editors/git: Explicitly disable X for console Builds
PR: 258407
---
editors/vim/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7e12f30a8bb2..3f81fe5f8820 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -50,10 +50,12 @@ ${f}_PKGNAMESUFFIX= -${f}
# GUI flavors
.if ${FLAVOR:U} == console
GUI= no
+CONFIGURE_ARGS+=--without-x
PLIST_SUB+= GUI="@comment " DESKTOP="@comment "
.elif ${FLAVOR:U} == tiny
GUI= no
+CONFIGURE_ARGS+=--without-x
PLIST= ${.CURDIR}/pkg-plist-tiny
.elif ${FLAVOR:U} == athena
More information about the dev-commits-ports-all
mailing list