diff options
author | abs <abs@pkgsrc.org> | 2001-02-16 19:02:09 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-02-16 19:02:09 +0000 |
commit | 4f30bc8b2ea95070758c5bbcd3c8feb3d843bba3 (patch) | |
tree | 0f308f677d2bef1f58098d76762cc2d571f09816 /mail/pine | |
parent | 79a4bfc219c6c60136d6c6d7055dfb8679ff5c72 (diff) | |
download | pkgsrc-4f30bc8b2ea95070758c5bbcd3c8feb3d843bba3.tar.gz |
Fix pico ref
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 7e2ee8bdb6f..967335a2fb1 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/02/16 10:13:36 abs Exp $ +# $NetBSD: Makefile,v 1.42 2001/02/16 19:02:09 abs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -12,7 +12,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.washington.edu/pine/ # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS+= pico-3.8:../../editors/pico +DEPENDS+= pico-4.0:../../editors/pico DEPENDS+= imap-uw>=2000:../../mail/imap-uw USE_LIBTOOL= yes |