aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-21 11:28:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-21 11:28:59 +0000
commita351d217c18147fabf018ebd202e403f2cbc04f4 (patch)
treeb4f49e6bfab51778efd32c478a364894b02d4a52 /mail/notmuch
parent5f4b386da8e8d31e1b9cc37055fb61d7fb7a9e75 (diff)
downloadports-a351d217c18147fabf018ebd202e403f2cbc04f4.tar.gz
ports-a351d217c18147fabf018ebd202e403f2cbc04f4.zip
Fix build on gcc-bases archs.
PR: 231493 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480256
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 89a36cfed11f..5b3aec5d74b9 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -27,7 +27,7 @@ TEST_DEPENDS= bash:shells/bash \
gwc:sysutils/coreutils \
${LOCALBASE}/bin/gdb:devel/gdb
-USES= gmake pkgconfig python:build,test
+USES= compiler:c++11-lang gmake pkgconfig python:build,test
USE_GNOME= glib20
USE_LDCONFIG= yes