diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-19 13:37:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-19 13:37:07 +0000 |
commit | bf8d861562d8cac3974f836788166fe03783b047 (patch) | |
tree | a47d99000116ae36b7e9ca17d0502644de4589d9 /mail | |
parent | 8e585b2c0a4fdd7a435df359ee9326f602676f70 (diff) | |
download | pkgsrc-bf8d861562d8cac3974f836788166fe03783b047.tar.gz |
fix imap uw's exact pkg version
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 d853035e104..4c82ebdea07 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2000/09/19 13:30:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.37 2000/09/19 13:37:07 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -13,7 +13,7 @@ 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+= imap-uw>=4.7rc6:../../mail/imap-uw +DEPENDS+= imap-uw>=4.7c6:../../mail/imap-uw USE_LIBTOOL= yes CONFIGURE_ENV+= LT=${LIBTOOL} |