diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-21 19:28:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-21 19:28:59 +0800 |
commit | 7365dbbc1f4ad6ef6ca63542ed71670fa4415048 (patch) | |
tree | b4f49e6bfab51778efd32c478a364894b02d4a52 /mail | |
parent | 2c84c0d1c5db20c2dff6992b1be78f5b5a852884 (diff) | |
download | freebsd-ports-gnome-7365dbbc1f4ad6ef6ca63542ed71670fa4415048.tar.gz freebsd-ports-gnome-7365dbbc1f4ad6ef6ca63542ed71670fa4415048.tar.zst freebsd-ports-gnome-7365dbbc1f4ad6ef6ca63542ed71670fa4415048.zip |
Fix build on gcc-bases archs.
PR: 231493
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'mail')
-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 |