svn commit: r443500 - head/databases/evolution-data-server

Antoine Brodin antoine at FreeBSD.org
Tue Jun 13 13:32:56 UTC 2017


Author: antoine
Date: Tue Jun 13 13:32:55 2017
New Revision: 443500
URL: https://svnweb.freebsd.org/changeset/ports/443500

Log:
  Add back USES=gperf to unbreak configure

Modified:
  head/databases/evolution-data-server/Makefile

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Tue Jun 13 13:28:49 2017	(r443499)
+++ head/databases/evolution-data-server/Makefile	Tue Jun 13 13:32:55 2017	(r443500)
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bdb:5 cmake compiler:c++11-lib gettext gnome \
+USES=		bdb:5 cmake compiler:c++11-lib gettext gnome gperf \
 		iconv localbase ninja pathfix pkgconfig python:3.3+,build\
 		sqlite tar:xz
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2


More information about the svn-ports-head mailing list