diff options
author | kleink <kleink> | 2002-01-06 13:59:08 +0000 |
---|---|---|
committer | kleink <kleink> | 2002-01-06 13:59:08 +0000 |
commit | 7c52cc7512043f17431160857109b9abf8e6fb85 (patch) | |
tree | 4cf634ca70a4de822b795b1830baab5281559ae2 /mail | |
parent | c6117ff65db98dab8db1d36c3ce9e2e3384f11df (diff) | |
download | pkgsrc-7c52cc7512043f17431160857109b9abf8e6fb85.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" |