diff options
author | hrs <hrs@FreeBSD.org> | 2018-03-05 11:33:06 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2018-03-05 11:33:06 +0800 |
commit | 1f8f9f116d75e19eaf775b362eaea2bcd5418157 (patch) | |
tree | 4fc6369a59d57d09ca7b13c03c3743c2da5efcd7 /mail | |
parent | e79e45c6db4c61337a5841a7f497e3142ad478ab (diff) | |
download | freebsd-ports-gnome-1f8f9f116d75e19eaf775b362eaea2bcd5418157.tar.gz freebsd-ports-gnome-1f8f9f116d75e19eaf775b362eaea2bcd5418157.tar.zst freebsd-ports-gnome-1f8f9f116d75e19eaf775b362eaea2bcd5418157.zip |
Fix build on 10.X. mail/mu requires C++14 compiler.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile index 87bddff6d550..bf11355f5f1a 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxapian.so:databases/xapian-core \ libgmime-2.6.so:mail/gmime26 -USES= autoreconf gettext-runtime gmake libtool makeinfo pkgconfig +USES= autoreconf compiler:c++14-lang gettext-runtime gmake \ + libtool makeinfo pkgconfig USE_GITHUB= yes GH_ACCOUNT= djcb USE_GNOME= glib20 |