Date: Tue, 7 Oct 2014 15:58:38 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370356 - head/databases/evolution-data-server Message-ID: <201410071558.s97FwcBC061712@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 15:58:38 2014 New Revision: 370356 URL: https://svnweb.freebsd.org/changeset/ports/370356 QAT: https://qat.redports.org/buildarchive/r370356/ Log: Fix without gperf in base Modified: head/databases/evolution-data-server/Makefile Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Tue Oct 7 15:58:07 2014 (r370355) +++ head/databases/evolution-data-server/Makefile Tue Oct 7 15:58:38 2014 (r370356) @@ -20,7 +20,7 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack gconf2 libxml2 USE_OPENLDAP= yes USE_SQLITE= 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071558.s97FwcBC061712>