Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 15:31:44 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315391 - head/shells/bash-static-devel
Message-ID:  <201303271531.r2RFViEU056848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Mar 27 15:31:43 2013
New Revision: 315391
URL: http://svnweb.freebsd.org/changeset/ports/315391

Log:
  Use OPTIONS_OVERRIDE instead of OPTIONS_SET. Also set NO_DIALOG for this stub
  port.

Modified:
  head/shells/bash-static-devel/Makefile

Modified: head/shells/bash-static-devel/Makefile
==============================================================================
--- head/shells/bash-static-devel/Makefile	Wed Mar 27 15:09:38 2013	(r315390)
+++ head/shells/bash-static-devel/Makefile	Wed Mar 27 15:31:43 2013	(r315391)
@@ -3,6 +3,7 @@
 
 MASTERDIR=	${.CURDIR}/../../shells/bash-devel
 
-OPTIONS_SET=	STATIC
+OPTIONS_OVERRIDE=	STATIC
+NO_DIALOG=	yes
 
 .include "${MASTERDIR}/Makefile"



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