diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-08 19:09:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-08 19:09:57 +0000 |
commit | e6d088d2565d5428282c362261b8fe54a7806c94 (patch) | |
tree | 47fab0dbaea1eadcf4f5830ace95088541b11e4c /mail | |
parent | f70a3097dca17d49497cd95c561cef14d192980e (diff) | |
download | FreeBSD-ports-e6d088d2565d5428282c362261b8fe54a7806c94.zip FreeBSD-ports-e6d088d2565d5428282c362261b8fe54a7806c94.tar.gz |
Chase the right gdbm so version number.
Submitted by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index e1c4fad..7adbfe4 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -23,7 +23,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-1.8:${PORTSDIR}/databases/gdbm + gdbm.2:${PORTSDIR}/databases/gdbm RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell USE_BZIP2= yes |