diff options
author | hubertf <hubertf> | 2000-09-19 13:30:17 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-19 13:30:17 +0000 |
commit | 9e89f811baff99e25b357c7f4da3908ea72fa4ca (patch) | |
tree | 12e07562ea758f34312113ce9d9e9e48c654cc55 /mail | |
parent | 988256dd8d18d73dfa77a3865037ef1dcd93eb80 (diff) | |
download | pkgsrc-9e89f811baff99e25b357c7f4da3908ea72fa4ca.tar.gz |
This package now needs the imap-uw pkg
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 6d0f6fb78e1..d853035e104 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/09/19 13:27:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.36 2000/09/19 13:30:17 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -12,7 +12,8 @@ MAINTAINER= packages@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.7:../../editors/pico +DEPENDS+= pico-3.7:../../editors/pico +DEPENDS+= imap-uw>=4.7rc6:../../mail/imap-uw USE_LIBTOOL= yes CONFIGURE_ENV+= LT=${LIBTOOL} |