diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
commit | 27ebc7aa1585c2b9af83847eefdc6838c7b53269 (patch) | |
tree | eca52b071c45cb1820935dbf3f6bcdec9c6b143a /mail | |
parent | 10dff409713715b96c17ebf2776dd051626132d3 (diff) | |
download | ports-27ebc7aa1585c2b9af83847eefdc6838c7b53269.tar.gz ports-27ebc7aa1585c2b9af83847eefdc6838c7b53269.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa2/Makefile | 2 | ||||
-rw-r--r-- | mail/maildrop/Makefile | 2 | ||||
-rw-r--r-- | mail/perdition/Makefile | 2 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index b28e762d0bf5..030d6547bd20 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ - gdbm.2:${PORTSDIR}/databases/gdbm + gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 9668d5306fc6..a9db461f48d5 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -17,7 +17,7 @@ MAINTAINER= petef@FreeBSD.org # want these extensions installed, define WITHOUT_GDBM. # .if !defined(WITHOUT_GDBM) -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm .endif INSTALL_TARGET= install-strip diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 867825e12cf2..8a33a74210b2 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ popt.0:${PORTSDIR}/devel/popt \ - gdbm.2:${PORTSDIR}/databases/gdbm \ + gdbm.3:${PORTSDIR}/databases/gdbm \ vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \ vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 72af964ba943..be9425448c6f 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -18,7 +18,7 @@ MAINTAINER= mikeh@FreeBSD.org BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ - gdbm.2:${PORTSDIR}/databases/gdbm + gdbm.3:${PORTSDIR}/databases/gdbm USE_AUTOMAKE_VER= 15 USE_AUTOCONF= yes |