diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-23 21:15:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-23 21:15:05 +0000 |
commit | e040427a6405a5cc999eab00e7d2c8fc58610e87 (patch) | |
tree | bbeae865bb6a26039254ed61949cecf4afbc2e1c /print | |
parent | 90bdc4ba333b92a704d8b4150d18af7197c8b232 (diff) | |
download | ports-e040427a6405a5cc999eab00e7d2c8fc58610e87.tar.gz ports-e040427a6405a5cc999eab00e7d2c8fc58610e87.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index b9ca938ad472..0098a1edc8bc 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 USE_LDCONFIG= yes -USES= gettext-runtime gmake gnome libtool \ +USES= compiler:c++11-lib gettext-runtime gmake gnome libtool \ pathfix pkgconfig tar:bzip2 USE_GNOME= cairo glib20 introspection:build GNU_CONFIGURE= yes @@ -31,7 +31,6 @@ CONFIGURE_ARGS+= --without-icu .else CONFIGURE_ARGS+= --with-icu \ --disable-gtk-doc-html -USES+= compiler:c++11-lib LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu |