aboutsummaryrefslogtreecommitdiff
path: root/textproc/source-highlight
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-27 23:01:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-27 23:01:12 +0000
commit6671fdf62449ca41e98a9c004af1661f0e74f4da (patch)
tree3131c41496ff9214b3dac20b5a05758ad7b0bc34 /textproc/source-highlight
parentdc56bbe787981ae34d382e7a3426acc2ffd7fb6e (diff)
downloadports-6671fdf62449ca41e98a9c004af1661f0e74f4da.tar.gz
ports-6671fdf62449ca41e98a9c004af1661f0e74f4da.zip
Fix build on gcc-based archs.
Notes
Notes: svn path=/head/; revision=480833
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r--textproc/source-highlight/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index 06b070879abf..d4ac54e607a8 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -13,13 +13,12 @@ COMMENT= C/C++ and Java sources to HTML converter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to configure: checking for exit in -lboost_regex... (cached) no
BROKEN_sparc64= fails to compile with GCC 4.2
BUILD_DEPENDS= exctags:devel/ctags
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-USES= gmake pathfix libtool localbase
+USES= compiler:c++11-lang gmake pathfix libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bash-completion
INSTALL_TARGET= install-strip