diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /mail/evolution/Makefile | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'mail/evolution/Makefile')
-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 |