diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-21 11:28:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-21 11:28:59 +0000 |
commit | a351d217c18147fabf018ebd202e403f2cbc04f4 (patch) | |
tree | b4f49e6bfab51778efd32c478a364894b02d4a52 /mail/notmuch | |
parent | 5f4b386da8e8d31e1b9cc37055fb61d7fb7a9e75 (diff) | |
download | freebsd-ports-a351d217c18147fabf018ebd202e403f2cbc04f4.zip |
Fix build on gcc-bases archs.
PR: 231493
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 2 |
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 |