diff options
| author | Michael Osipov <michael.osipov@siemens.com> | 2021-09-18 17:50:28 -0600 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-18 17:51:58 -0600 |
| commit | ed60959f8da5f8f2820993b3fa6761c501d2f59b (patch) | |
| tree | 28ba41a78471219142e27add091fae8b0b8fd54a /editors/vim | |
| parent | astro/p5-Astro-satpass: Update to 0.121 (diff) | |
editors/git: Explicitly disable X for console Builds
PR: 258407
Diffstat (limited to 'editors/vim')
| -rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
