diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /databases/evolution-data-server | |
parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2 marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |