diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-02 03:44:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-02 03:44:28 +0800 |
commit | 8aef9491a11d7d9f094d2c97c96edf83f67ee17b (patch) | |
tree | 62d26492e3417cc21f5f5180387d44379ecfe1c2 | |
parent | c9420c4c387567d2f9cac2dccdb2bc0be8b74d06 (diff) | |
download | freebsd-ports-gnome-8aef9491a11d7d9f094d2c97c96edf83f67ee17b.tar.gz freebsd-ports-gnome-8aef9491a11d7d9f094d2c97c96edf83f67ee17b.tar.zst freebsd-ports-gnome-8aef9491a11d7d9f094d2c97c96edf83f67ee17b.zip |
Fix typo in option_define
Submitted by: Kurt Jaeger <pi@opsec.eu>
-rw-r--r-- | devel/boost-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |