Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2013 19:44:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311394 - head/devel/boost-libs
Message-ID:  <201302011944.r11JiSfE040222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb  1 19:44:28 2013
New Revision: 311394
URL: http://svnweb.freebsd.org/changeset/ports/311394

Log:
  Fix typo in option_define
  
  Submitted by:	Kurt Jaeger <pi@opsec.eu>

Modified:
  head/devel/boost-libs/Makefile

Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile	Fri Feb  1 19:25:11 2013	(r311393)
+++ head/devel/boost-libs/Makefile	Fri Feb  1 19:44:28 2013	(r311394)
@@ -6,7 +6,7 @@ COMMENT=	Free portable C++ libraries (wi
 
 BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
 
-OPTIONS_DEFINE=	VERSBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS
+OPTIONS_DEFINE=	VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS
 OPTIONS_DEFAULT=	ICU
 VERBOSE_BUILD_DESC=	Show compiler messages
 ICU_DESC=		Boost.Regex with ICU unicode support



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