diff options
| author | Michael Osipov <michael.osipov@siemens.com> | 2021-09-18 23:50:28 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-18 23:51:58 +0000 |
| commit | ed60959f8da5f8f2820993b3fa6761c501d2f59b (patch) | |
| tree | 28ba41a78471219142e27add091fae8b0b8fd54a | |
| parent | b6c64e2b0ee5ad464c805cbd08459c2dab1ac26c (diff) | |
| download | ports-ed60959f8da5f8f2820993b3fa6761c501d2f59b.tar.gz ports-ed60959f8da5f8f2820993b3fa6761c501d2f59b.zip | |
editors/git: Explicitly disable X for console Builds
PR: 258407
| -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 |
