diff options
author | martti <martti@pkgsrc.org> | 2001-10-10 13:47:46 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-10 13:47:46 +0000 |
commit | b95c5db3502ad1d8a7c5193521feb0f4093203f7 (patch) | |
tree | e72819575b727d507084872e67d43e29ead40f2b /mail/pine/Makefile | |
parent | ae8961da1c6ae99de3f7f7950d931129ea037bbc (diff) | |
download | pkgsrc-b95c5db3502ad1d8a7c5193521feb0f4093203f7.tar.gz |
Fixed dependency on pico
Diffstat (limited to 'mail/pine/Makefile')
-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 84195e6cfd4..2db5950ebf1 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/09/27 23:18:22 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2001/10/10 13:47:46 martti 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.0:../../editors/pico DEPENDS+= imap-uw>=2000.0.3:../../mail/imap-uw .include "../../mk/bsd.prefs.mk" |