pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/claws-mail-gtkhtml Add dependency on html2ps to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b23d8bca26ed
branches:  trunk
changeset: 553158:b23d8bca26ed
user:      smb <smb%pkgsrc.org@localhost>
date:      Fri Jan 16 14:40:31 2009 +0000

description:
Add dependency on html2ps to permit printing of html mail

diffstat:

 mail/claws-mail-gtkhtml/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 136b205293cc -r b23d8bca26ed mail/claws-mail-gtkhtml/Makefile
--- a/mail/claws-mail-gtkhtml/Makefile  Fri Jan 16 14:40:31 2009 +0000
+++ b/mail/claws-mail-gtkhtml/Makefile  Fri Jan 16 14:40:31 2009 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2009/01/11 03:11:37 smb Exp $
+# $NetBSD: Makefile,v 1.18 2009/01/16 14:40:32 smb Exp $
 #
 
 DISTNAME=      gtkhtml2_viewer-0.22
 PKGNAME=       claws-mail-gtkhtml2_viewer-0.22
 CATEGORIES=    mail
 MASTER_SITES=  http://claws-mail.org/downloads/plugins/
+PKGREVISION=   1
 
 MAINTAINER=    smb%NetBSD.org@localhost
 COMMENT=       Renders HTML mail using the gtkhtml2 rendering widget
@@ -22,6 +23,9 @@
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES+=        c
 
+DEPENDS+=      html2ps>=1.0b4nb4:../../print/html2ps
+
+
 .include "../../mail/claws-mail/Makefile.vers"
 .include "../../mail/claws-mail/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index