summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-07-08 17:48:01 +0000
committerryoon <ryoon@pkgsrc.org>2019-07-08 17:48:01 +0000
commit3f13d37c069a72d547e06677b27ab8574e407d71 (patch)
tree06157004c2384c1852b90f9dfa105d65dd0ab2f8 /fonts/harfbuzz/Makefile
parent714dc3ca1d0acd60b9f1c8cb820b7052081d94e1 (diff)
downloadpkgsrc-3f13d37c069a72d547e06677b27ab8574e407d71.tar.gz
This version uses C++11. Set c++11 to USE_LANGUAGES
Noticed by leot@. Thank you.
Diffstat (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 0272b5033a8..4da86492f8f 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2019/07/02 12:58:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2019/07/08 17:48:01 ryoon Exp $
DISTNAME= harfbuzz-2.5.3
CATEGORIES= fonts
@@ -14,7 +14,7 @@ LICENSE= mit
PLIST_VARS+= graphite2
.include "../../graphics/librsvg/available.mk"
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes