diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 04:26:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 04:26:30 +0800 |
commit | 463589d14888914b0d89cfcd04fc592f08698d4e (patch) | |
tree | 94e890031d24a31d990b9d8a384544c4dcde7012 /mail/evolution | |
parent | 9e6fcc53994dfe505b39aa3b5cb832939a98d0cf (diff) | |
download | freebsd-ports-gnome-463589d14888914b0d89cfcd04fc592f08698d4e.tar.gz freebsd-ports-gnome-463589d14888914b0d89cfcd04fc592f08698d4e.tar.zst freebsd-ports-gnome-463589d14888914b0d89cfcd04fc592f08698d4e.zip |
Use the new gtkhtml3 component as well as USE_OPENLDAP.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index f90afcf89358..7a14d17c152e 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -20,10 +20,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite -LIB_DEPENDS= gtkhtml-3.0.3:${PORTSDIR}/www/gtkhtml3 - .if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client +USE_OPENLDAP= yes .endif RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell .if !defined(WITHOUT_PILOT) @@ -34,7 +32,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnometarget +USE_GNOME= gnomeprefix gnomehack gnometarget gtkhtml3 USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |