diff options
author | adam <adam@pkgsrc.org> | 2005-09-06 15:49:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-06 15:49:35 +0000 |
commit | 3e563e05f0eab21ca9f7a157048618b5ed74607f (patch) | |
tree | 4616c406e5605a25c5426ccd20664e21291904b2 /mail/wmbiff/Makefile | |
parent | 27612e6b7698270e67ac5db31fe712de6cf86843 (diff) | |
download | pkgsrc-3e563e05f0eab21ca9f7a157048618b5ed74607f.tar.gz |
Changes 0.4.26:
* Don't crash if no certificate is sent by the remote side
and -skip-certificate-check has been given.
* Avoid duplicate error messages.
* Disable libgcrypt secure memory warning.
* security.debian.rb: better when disconnected.
Diffstat (limited to 'mail/wmbiff/Makefile')
-rw-r--r-- | mail/wmbiff/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index ac61704098e..36fc83f3270 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:03:00 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/06 15:49:35 adam Exp $ -DISTNAME= wmbiff-0.4.25 -PKGREVISION= 1 +DISTNAME= wmbiff-0.4.26 CATEGORIES= mail x11 windowmaker MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=wmbiff/) @@ -9,8 +8,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/wmbiff/ COMMENT= xbuffy like "mail-checker" for WindowMaker -GNU_CONFIGURE= YES USE_TOOLS+= gmake +GNU_CONFIGURE= yes EX_DIR= ${PREFIX}/share/examples/wmbiff @@ -19,7 +18,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc ${EX_DIR} .include "../../graphics/xpm/buildlink3.mk" -.include "../../wm/windowmaker/buildlink3.mk" -.include "../../security/libgcrypt/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" +.include "../../wm/windowmaker/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |