diff options
author | martti <martti> | 2001-10-10 13:47:46 +0000 |
---|---|---|
committer | martti <martti> | 2001-10-10 13:47:46 +0000 |
commit | b373c4ff18cfa370f951eba27ac03a9452ff0fc1 (patch) | |
tree | e72819575b727d507084872e67d43e29ead40f2b /mail | |
parent | 52bbbfe010f660a1891fa1ce43f5f48db5179a11 (diff) | |
download | pkgsrc-b373c4ff18cfa370f951eba27ac03a9452ff0fc1.tar.gz |
Fixed dependency on pico
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 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" |