diff options
author | tv <tv@pkgsrc.org> | 1998-07-21 21:16:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-21 21:16:15 +0000 |
commit | 6f157217cb2ccdb98e6431cf7484c9d031fef5c0 (patch) | |
tree | 7c6f604785f18547acffc646bc4f3dfe06d6e927 /mail/pine | |
parent | c5d39511f7a92a5623eef4a259b45c79ee7b7d4b (diff) | |
download | pkgsrc-6f157217cb2ccdb98e6431cf7484c9d031fef5c0.tar.gz |
Revert pico back to 3.0. Some bug in the updated libpico caused those
nice strings of `U's at the beginning of the pine and pico commit
messages. (None here, this time, I hope. :) The libpico API didn't
change, so pine 4.01 can make use of libpico from Pico 3.0.
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 d74f451e101..56cbb2dac00 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/07/21 20:26:37 tv Exp $ +# $NetBSD: Makefile,v 1.18 1998/07/21 21:16:15 tv Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= tv@netbsd.org # This pkg doesn't build pico or libpico; the pico pkg does that part. -DEPENDS= pico-3.1:../../editors/pico +DEPENDS= pico-3.0:../../editors/pico CONFLICTS= pine-3.96 |