From 8aef9491a11d7d9f094d2c97c96edf83f67ee17b Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 1 Feb 2013 19:44:28 +0000 Subject: Fix typo in option_define Submitted by: Kurt Jaeger --- devel/boost-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 7d35c9865b15..dd7398bf0bae 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -6,7 +6,7 @@ COMMENT= Free portable C++ libraries (without Boost.Python) 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 -- cgit