diff options
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index f65a5df87..9f7adffd2 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom$ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.31 2005/06/28 05:40:07 adamw Exp $ # PORTNAME= evolution-exchange @@ -22,7 +22,7 @@ RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 54f637fd5..8c9e623d2 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/mail/evolution/Makefile,v 1.66 2005/06/28 05:40:06 adamw Exp $ # PORTNAME= evolution @@ -26,7 +26,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ gtkhtml3 desktopfileutils USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_OMF= yes CONFIGURE_ARGS= --enable-nss=yes \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ |