diff options
author | kleink <kleink@pkgsrc.org> | 2002-01-06 13:59:08 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-01-06 13:59:08 +0000 |
commit | d4f5bb90df26bfffa6077a4f0f427f196dad0d2e (patch) | |
tree | 4cf634ca70a4de822b795b1830baab5281559ae2 /mail | |
parent | 94d4988e24fcd1b7586197023dc4b5eeebdc32b5 (diff) | |
download | pkgsrc-d4f5bb90df26bfffa6077a4f0f427f196dad0d2e.tar.gz |
This requires pico>=4.2 now.
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 b817b797cf7..3740b6827ba 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2002/01/02 13:24:54 tron Exp $ +# $NetBSD: Makefile,v 1.58 2002/01/06 13:59:08 kleink Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -18,7 +18,7 @@ LICENSE= pine-license BUILD_DEFS+= PINE_USE_LDAP # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS+= pico>=4.1:../../editors/pico +DEPENDS+= pico>=4.2:../../editors/pico DEPENDS+= imap-uw>=2001.1:../../mail/imap-uw .include "../../mk/bsd.prefs.mk" |