Add dependency on html2ps to permit printing of html mail

This commit is contained in:
smb 2009-01-16 14:40:31 +00:00
parent 91b583984b
commit cf92d151a2

View file

@ -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
COMMENT= Renders HTML mail using the gtkhtml2 rendering widget
@ -22,6 +23,9 @@ USE_LIBTOOL= yes
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"