aboutsummaryrefslogtreecommitdiff
path: root/textproc/highlight
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-03 06:53:31 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-03 06:53:31 +0000
commita8f128169f261db6ba000b79416dd250015e157b (patch)
treeb6741ff0ab0b82ccf8eb923e524f62fcd6f4d612 /textproc/highlight
parente36f8f9006c2a6850a4196c33ad326ac26be4447 (diff)
downloadports-a8f128169f261db6ba000b79416dd250015e157b.tar.gz
ports-a8f128169f261db6ba000b79416dd250015e157b.zip
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r--textproc/highlight/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index 1e4eed082d40..994e8f0389a0 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -13,7 +13,8 @@ COMMENT= Customizable syntax highlighter
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-USES= dos2unix gmake lua:52 pkgconfig tar:bzip2
+USES= compiler:c++11-lib dos2unix gmake lua:52 pkgconfig tar:bzip2
+USE_CXXSTD= c++11
MAKEFILE= makefile
MAKE_ARGS= CXX="${CXX}" \
CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \