svn commit: r441075 - head/mail/evolution-ews

Koop Mast kwm at FreeBSD.org
Wed May 17 09:54:34 UTC 2017


Author: kwm
Date: Wed May 17 09:54:32 2017
New Revision: 441075
URL: https://svnweb.freebsd.org/changeset/ports/441075

Log:
  Fix Makefile
  
  Submitted by:	freshports sanity daemon

Modified:
  head/mail/evolution-ews/Makefile

Modified: head/mail/evolution-ews/Makefile
==============================================================================
--- head/mail/evolution-ews/Makefile	Wed May 17 09:49:41 2017	(r441074)
+++ head/mail/evolution-ews/Makefile	Wed May 17 09:54:32 2017	(r441075)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsou
 		libsecret-1.so:security/libsecret \
 		libnspr4.so:devel/nspr \
 		libnss3.so:security/nss \
-		libwebkit2gtk-4.0.so:www/webkit2-gtk3
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libical.so:devel/libical
 RUN_DEPENDS=	evolution>=3.0.0:mail/evolution
 


More information about the svn-ports-all mailing list