diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-13 23:26:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-13 23:26:55 +0800 |
commit | 9ce52bfdbea327c350fe3bd9a4b717fd579f0c43 (patch) | |
tree | 7e829680eadd4a7e6d40d6336968b298fae87662 | |
parent | ef7df1c3221c06881a48269d01559b0fbfe3b19c (diff) | |
download | marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar.gz marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar.bz2 marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar.lz marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar.xz marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.tar.zst marcuscom-ports-9ce52bfdbea327c350fe3bd9a4b717fd579f0c43.zip |
Add a missing '='.
Reported by: Beeblebrox <zaphod@berentweb.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17227 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index b0945303e..963d3c957 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.30 2013/02/15 16:35:39 kwm Exp $ +# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.31 2013/03/09 09:12:38 kwm Exp $ PORTNAME= evolution-data-server PORTVERSION= 3.4.4 @@ -30,7 +30,7 @@ CONFLICTS= evolution-data-server-2.[0-9]* LATEST_LINK= evolution-data-server3 USE_XZ= yes USE_GMAKE= yes -USES bison pathfix +USES= bison pathfix USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack ltverhack ltasneededhack gconf2 \ libxml2 gtk30 |