svn commit: r311394 - head/devel/boost-libs

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 1 19:44:29 UTC 2013


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 at 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


More information about the svn-ports-head mailing list