svn commit: r315391 - head/shells/bash-static-devel

Emanuel Haupt ehaupt at FreeBSD.org
Wed Mar 27 15:31:44 UTC 2013


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"


More information about the svn-ports-head mailing list