summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-13 11:13:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-13 11:13:38 +0800
commitd0d0c6c0707769d7b97ad578bda00c1dc269aeac (patch)
treef489d95646bfeb4d6047e42088b609b29fa6e367
parent3ea448c88e5a381e84ade82388be90e4a508e193 (diff)
downloadmarcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar.gz
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar.bz2
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar.lz
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar.xz
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.tar.zst
marcuscom-ports-d0d0c6c0707769d7b97ad578bda00c1dc269aeac.zip
Add ltasneededhack which looks to be safe, and should provide a substantial
load-time speed up. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10728 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/evolution-exchange/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index 8d64992dc..9df414683 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -3,11 +3,12 @@
# Whom: Adam Weinberger, based off kiesel's ximian-exchange port
#
# $FreeBSD$
-# $MCom: ports/mail/evolution-exchange/Makefile,v 1.108 2008/02/25 22:59:16 mezz Exp $
+# $MCom: ports/mail/evolution-exchange/Makefile,v 1.109 2008/03/11 12:53:28 kwm Exp $
#
PORTNAME= evolution-exchange
PORTVERSION= 2.22.0
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -22,11 +23,11 @@ RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
USE_BZIP2= yes
USE_GETTEXT= yes
USE_XLIB= yes
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_BDB= 41
USE_OPENLDAP= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnometarget
+USE_GNOME= gnomeprefix intlhack gnomehack gnometarget ltasneededhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \