diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-12-14 00:04:52 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-12-14 00:04:52 +0000 |
commit | 59574e693eda77f1110c497bdbf782b8a8e48f3a (patch) | |
tree | 15d8e1cb7d065fba197674b1f887fda1e4977da8 /print/harfbuzz | |
parent | aa745c7c7b45fb8f2e0004c737b02e093b00d0b7 (diff) |
Notes
Diffstat (limited to 'print/harfbuzz')
-rw-r--r-- | print/harfbuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 358812210832..5608db909c65 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --without-icu .else CONFIGURE_ARGS+= --with-icu \ --disable-gtk-doc-html -USES+= compiler:c++0x +USES+= compiler:c++11-lib LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu |