aboutsummaryrefslogtreecommitdiff
path: root/textproc/ugrep
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-08-11 07:47:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-08-11 07:47:42 +0000
commit0c40932ad33744957987355d54e84b71051dc266 (patch)
tree993cc227e45119abeef3eb3802aacc91fa55ce93 /textproc/ugrep
parenta77f57758b323e84441ab3da483709d12fc73a05 (diff)
downloadports-0c40932ad33744957987355d54e84b71051dc266.tar.gz
ports-0c40932ad33744957987355d54e84b71051dc266.zip
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=544670
Diffstat (limited to 'textproc/ugrep')
-rw-r--r--textproc/ugrep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile
index c17cb805f38b..3c2836ee3292 100644
--- a/textproc/ugrep/Makefile
+++ b/textproc/ugrep/Makefile
@@ -11,7 +11,7 @@ COMMENT= NEW ultra fast grep with interactive query UI
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= gmake
+USES= compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= Genivia