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 /mail/evolution | |
parent | a46899093209df3d6651bf6782f4bcf9dd428c9e (diff) | |
download | marcuscom-ports-4fa744e4a74f03156ca70105312abfd2acf21c1a.tar.gz 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
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |