aboutsummaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2020-11-06 11:49:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2020-11-06 11:49:08 +0000
commitaa1d23bb5ca120616da58c6090eae605372c465a (patch)
treeaa130bf9ea6efe41db0289d667b2e94798e16f13 /devel/git
parent44f61c88d11530c55b7a94c1b1a45d2dbb0e6f61 (diff)
Notes
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 7e31d639a9d6..bdade054ea77 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -67,7 +67,7 @@ OPTIONS_DEFINE= GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS PERL ICONV CURL \
OPTIONS_DEFAULT= CONTRIB P4 CVS PERL GITWEB ICONV CURL SEND_EMAIL PCRE \
SUBTREE SVN
.if ${FLAVOR:U} == gui
-OPTIONS_DEFAULT+= GUI
+OPTIONS_SLAVE+= GUI
.elif ${FLAVOR:U} == lite
OPTIONS_EXCLUDE= GUI SVN GITWEB CONTRIB P4 CVS PERL
.endif