diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
commit | 42a4083c623c25e1ae525f4376c8e170dd8e0f7c (patch) | |
tree | 75c1cdef992ba7b34b5c6148bded7f06a2837f93 /mail | |
parent | f3a7d018595b9e2fa0215452b1182789b5ef518f (diff) | |
download | FreeBSD-ports-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.zip FreeBSD-ports-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.gz |
chase gdbm lib version
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 b28e762..030d654 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 9668d53..a9db461 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 867825e..8a33a74 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 72af964..be94254 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 |