diff options
author | abs <abs> | 2001-10-19 10:56:54 +0000 |
---|---|---|
committer | abs <abs> | 2001-10-19 10:56:54 +0000 |
commit | 18c03d66be7f19d5bf044f5eed480391067a7e44 (patch) | |
tree | c796f7b8298785ecd13fe83702bc2ee8259eb430 /mail/pine | |
parent | 190e99e0b239f9445dd5061f6d5afd0ca4fa825b (diff) | |
download | pkgsrc-18c03d66be7f19d5bf044f5eed480391067a7e44.tar.gz |
DEPEND on pico >=4.1 not 4.0 now
Diffstat (limited to 'mail/pine')
-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 e68cec19a7c..46546d5d08b 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2001/10/11 15:35:01 martti Exp $ +# $NetBSD: Makefile,v 1.51 2001/10/19 10:56:54 abs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -17,7 +17,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.0:../../editors/pico +DEPENDS+= pico>=4.1:../../editors/pico DEPENDS+= imap-uw>=2001.0:../../mail/imap-uw .include "../../mk/bsd.prefs.mk" |