diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-07 20:26:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-07 20:26:30 +0000 |
commit | 14fe3f6223a03f3df7550b2bb0edcd3c9d4b3ef1 (patch) | |
tree | 833084e945172d7b21a190d38dfad3973b02e2bc /mail/evolution | |
parent | 83bd6807d70dbfe73b594fc9cd766b7bae7890b9 (diff) |
Notes
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 |