diff options
author | abs <abs> | 2001-05-16 08:35:10 +0000 |
---|---|---|
committer | abs <abs> | 2001-05-16 08:35:10 +0000 |
commit | 41583a3c5af70df66be8dec80ad8b1b3252da2b4 (patch) | |
tree | fd2bbb9e904b74f4a2e6a3094728fe4a37c3f960 /mail | |
parent | 01eb38866503452e8c7223ef123284752828febf (diff) | |
download | pkgsrc-41583a3c5af70df66be8dec80ad8b1b3252da2b4.tar.gz |
Update DEPENDS on imap-uw to >=2000.0.3
Problem noted by Tom Spindler
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index ba262956380..3b7b836e126 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2001/03/13 04:41:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.45 2001/05/16 08:35:10 abs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -16,7 +16,7 @@ BUILD_DEFS+= PINE_USE_LDAP # This pkg doesn't build pico or libpico; the pico pkg does that part. DEPENDS+= pico-4.0:../../editors/pico -DEPENDS+= imap-uw>=2000:../../mail/imap-uw +DEPENDS+= imap-uw>=2000.0.3:../../mail/imap-uw .include "../../mk/bsd.prefs.mk" |