diff options
author | tron <tron@pkgsrc.org> | 2003-02-02 17:30:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-02 17:30:42 +0000 |
commit | b91f53e08296a9b7fb4cd57bbba4956d481b244c (patch) | |
tree | 7ea7f4d1dfc7a492743c07a22c878549ba642101 /mail/wmbiff | |
parent | 55cb04d56c4c38b38f0176400881f1aeea3d0eb4 (diff) | |
download | pkgsrc-b91f53e08296a9b7fb4cd57bbba4956d481b244c.tar.gz |
Add dependence on "libgcrypt" package (via buildlink2) to get APOP and
IMAP/CRAM-MD5 support. Bump package revision.
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index a159d60ac7f..43aa13e0114 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/02/01 23:52:47 tron Exp $ +# $NetBSD: Makefile,v 1.9 2003/02/02 17:30:42 tron Exp $ DISTNAME= wmbiff-0.4.13 +PKGREVISION= 1 CATEGORIES= mail x11 MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=wmbiff/) @@ -21,4 +22,5 @@ post-install: .include "../../graphics/xpm/buildlink2.mk" .include "../../wm/windowmaker/buildlink2.mk" +.include "../../security/libgcrypt/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |