diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-17 03:29:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-17 03:29:28 +0800 |
commit | ebb73d9f8422c50816954e913e577e789be261e3 (patch) | |
tree | f1a15ef2a4dce5b94c40044f6068ba41de58d6d9 | |
parent | d38b4e13c9da26b2b94673c78c3ef94557fdd4e8 (diff) | |
download | freebsd-ports-graphics-ebb73d9f8422c50816954e913e577e789be261e3.tar.gz freebsd-ports-graphics-ebb73d9f8422c50816954e913e577e789be261e3.tar.zst freebsd-ports-graphics-ebb73d9f8422c50816954e913e577e789be261e3.zip |
Use USE_OPENLDAP.
Reminded by: eik
-rw-r--r-- | mail/balsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index c1e7ea4161a..31e16396024 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,7 +7,7 @@ PORTNAME= balsa PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ http://www.theochem.kth.se/~pawsa/balsa/ @@ -15,8 +15,7 @@ MASTER_SITES= http://balsa.gnome.org/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= A mail reader for the GNOME desktop -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client \ - aspell.15:${PORTSDIR}/textproc/aspell \ +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ esmtp.6:${PORTSDIR}/mail/libesmtp RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell @@ -24,6 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomeprint gnomevfs gtkhtml gnometarget +USE_OPENLDAP= yes USE_LIBTOOL= yes USE_OPENSSL= yes LIBTOOLFILES= configure libmutt/configure |