Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:49:09 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554289 - head/devel/git
Message-ID:  <202011061149.0A6Bn9ZD015144@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Fri Nov  6 11:49:08 2020
New Revision: 554289
URL: https://svnweb.freebsd.org/changeset/ports/554289

Log:
  devel/git@gui: Make GUI option mandatory
  
  Sponsored by:	Rubicon Communications LLC (Netgate)

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Fri Nov  6 11:37:21 2020	(r554288)
+++ head/devel/git/Makefile	Fri Nov  6 11:49:08 2020	(r554289)
@@ -67,7 +67,7 @@ OPTIONS_DEFINE=	GUI SVN GITWEB CONTRIB P4 CVS HTMLDOCS
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011061149.0A6Bn9ZD015144>