diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /mail/evolution | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 27e523c4d363..7db0c933dc4f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,26 +7,15 @@ PORTNAME= evolution PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution MAINTAINER= sobomax@FreeBSD.org -# Note: gnomepilot support has been forcibly taken out for now, so -# we can save ourselves a little bit of build time - -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - glade.4:${PORTSDIR}/devel/libglade \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - oaf.0:${PORTSDIR}/devel/oaf \ - bonobo.2:${PORTSDIR}/devel/bonobo \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ - unicode.0:${PORTSDIR}/devel/libunicode \ - gtkhtml.8:${PORTSDIR}/www/gtkhtml \ - ldap.1:${PORTSDIR}/net/openldap # \ -# gpilotd.0:${PORTSDIR}/palm/gnomepilot +LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml \ + ldap.1:${PORTSDIR}/net/openldap USE_GMAKE= yes USE_X_PREFIX= yes |