diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-16 15:30:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-16 15:30:43 +0800 |
commit | d770832f8211cc3258dd05126bc7fa3bb8558cbc (patch) | |
tree | 678573c37463e104068ec5f254277ba8d1b76310 /mail/evolution-devel/Makefile | |
parent | a5475fac452fea82d3c62ca580bb0bfb840eea20 (diff) | |
download | marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar.gz marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar.bz2 marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar.lz marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar.xz marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.tar.zst marcuscom-ports-d770832f8211cc3258dd05126bc7fa3bb8558cbc.zip |
Update to 1.3.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@661 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-devel/Makefile')
-rw-r--r-- | mail/evolution-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index da0478ff0..eb720b7d2 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= mail gnome MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \ ${MASTER_SITE_GNOME} \ @@ -22,12 +22,12 @@ COMMENT= An integrated mail, calendar and address book distributed suite LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss \ soup-2.0.0:${PORTSDIR}/devel/libsoup \ - gtkhtml-3.0.0:${PORTSDIR}/www/gtkhtml3 + gtkhtml-3.0.1:${PORTSDIR}/www/gtkhtml3 .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 .endif -RUN_DEPENDS= gnome-spell-component-1.0.1:${PORTSDIR}/textproc/gnomespell-devel +RUN_DEPENDS= ${X11BASE}/lib/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell-devel .if !defined(WITHOUT_PILOT) LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 .endif @@ -36,7 +36,6 @@ LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_REINPLACE= yes USE_OPENSSL= yes @@ -47,6 +46,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-nspr-libs=${LOCALBASE}/lib \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_LDAP) CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} |