diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
commit | 4a72b8b121e16844de81a06ee68a1fa6cf242ab0 (patch) | |
tree | 1e23fe3d56a80c461970083048edf491f93760cb /mail/xfmail | |
parent | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (diff) | |
download | pkgsrc-4a72b8b121e16844de81a06ee68a1fa6cf242ab0.tar.gz |
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 98b9d136029..96697989772 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/02/15 09:26:22 agc Exp $ +# $NetBSD: Makefile,v 1.10 2000/06/13 10:40:26 wiz Exp $ # DISTNAME= xfmail-1.3 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= root@garbled.net HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html -DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms |