diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 | ||||
-rw-r--r-- | databases/evolution-data-server3/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 277c8a475..422be3506 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.216 2012/12/30 18:15:15 mezz Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.217 2013/02/15 16:35:39 kwm Exp $ PORTNAME= evolution-data-server PORTVERSION= 2.32.1 @@ -22,9 +22,9 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ USE_BZIP2= yes USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ +USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 USE_OPENLDAP= yes USE_SQLITE= yes diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index aebf94e0f..b0945303e 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.29 2012/12/30 18:15:16 mezz Exp $ +# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.30 2013/02/15 16:35:39 kwm Exp $ PORTNAME= evolution-data-server PORTVERSION= 3.4.4 @@ -30,9 +30,9 @@ CONFLICTS= evolution-data-server-2.[0-9]* LATEST_LINK= evolution-data-server3 USE_XZ= yes USE_GMAKE= yes -USE_BISON= build +USES bison pathfix USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \ +USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 gtk30 USE_OPENLDAP= yes USE_SQLITE= yes |