diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-02 12:53:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-02 12:53:04 +0800 |
commit | 4fa744e4a74f03156ca70105312abfd2acf21c1a (patch) | |
tree | 1c08f2fd8fc11b4e7087cb8f2ea135ed2957ca39 | |
parent | a46899093209df3d6651bf6782f4bcf9dd428c9e (diff) | |
download | marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.gz marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.bz2 marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.lz marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.xz marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.zst marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.zip |
Use the new USE_AUTOTOOLS world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4140 df743ca5-7f9a-e211-a948-0013205c9059
-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 \ |