diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 03:09:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 03:09:57 +0800 |
commit | e6d088d2565d5428282c362261b8fe54a7806c94 (patch) | |
tree | 47fab0dbaea1eadcf4f5830ace95088541b11e4c /mail/balsa2 | |
parent | f70a3097dca17d49497cd95c561cef14d192980e (diff) | |
download | freebsd-ports-gnome-e6d088d2565d5428282c362261b8fe54a7806c94.tar.gz freebsd-ports-gnome-e6d088d2565d5428282c362261b8fe54a7806c94.tar.zst freebsd-ports-gnome-e6d088d2565d5428282c362261b8fe54a7806c94.zip |
Chase the right gdbm so version number.
Submitted by: bento
Diffstat (limited to 'mail/balsa2')
-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 e1c4fad78ee2..7adbfe4e2e8d 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 |