diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-07-12 14:40:18 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-07-12 14:40:18 +0000 |
commit | 246e6966ffa393fc7458ade5fff32f5eac5ab18a (patch) | |
tree | 650583492a8021240f24dd837f9f3868ebc462ac /mail/evolution/Makefile | |
parent | 1b83ddb798009a4fe848317846d58234e1a8b771 (diff) |
Notes
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 1a5ffe1ac829..f2749823c1db 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution @@ -22,9 +22,10 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ bonobo.2:${PORTSDIR}/devel/bonobo \ gnomevfs.0:${PORTSDIR}/devel/gnomevfs \ unicode.0:${PORTSDIR}/devel/libunicode \ - gtkhtml.2:${PORTSDIR}/www/gtkhtml \ + gtkhtml.3:${PORTSDIR}/www/gtkhtml \ ldap.1:${PORTSDIR}/net/openldap \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + gpilotd.0:${PORTSDIR}/palm/gnomepilot GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -34,7 +35,8 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libical/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome + --datadir=${PREFIX}/share/gnome \ + --with-pisock=${LOCALBASE}/pilot CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ |