diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 03:29:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 03:29:34 +0000 |
commit | 62e9e8b864925e83e70328d37e8a4585b144c581 (patch) | |
tree | 4e7b39d77391cc11facc68d4be1f5a462409c8ca /mail/evolution-ews | |
parent | c3f60fd1c38dd3c166471f252da1a411e0d8c536 (diff) |
This port needs USES=compiler:c11 to build on GCC-based
architectures.
PR: 234158
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=488059
Diffstat (limited to 'mail/evolution-ews')
-rw-r--r-- | mail/evolution-ews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index cb625ff484ec..5a564ac732d4 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= evolution>=3.0.0:mail/evolution PORTSCOUT= limitw:1,even -USES= bdb:5 cmake gettext gnome localbase pathfix \ +USES= bdb:5 compiler:c11 cmake gettext gnome localbase pathfix \ pkgconfig sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 evolutiondataserver3 intltool |