diff options
author | netchild <netchild@FreeBSD.org> | 2010-11-30 00:02:38 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2010-11-30 00:02:38 +0800 |
commit | 1bcb36937844d24b38256e3a471043a6a1de0ef7 (patch) | |
tree | 71734522f4cb9610b01f90d79a57d0d2fd04f2f6 /mail/claws-mail | |
parent | 54d141d48c86e39edabaf6c55611439d8493dba9 (diff) | |
download | freebsd-ports-gnome-1bcb36937844d24b38256e3a471043a6a1de0ef7.tar.gz freebsd-ports-gnome-1bcb36937844d24b38256e3a471043a6a1de0ef7.tar.zst freebsd-ports-gnome-1bcb36937844d24b38256e3a471043a6a1de0ef7.zip |
Add dependency to docbook-utils for the manual build. Unfortunately
the manual is build as soon as one of the conversion utilities is
detected, even if it is requested to not build the manual during
the build.
Noticed by: rea
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c2127207094a..c88f836987c3 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,12 +7,14 @@ PORTNAME= claws-mail PORTVERSION= 3.7.7 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} MAINTAINER= netchild@FreeBSD.org COMMENT= A lightweight and very featureful GTK+ based e-mail and news client +BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2html:${PORTSDIR}/textproc/docbook-utils LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ cairo:${PORTSDIR}/graphics/cairo \ expat:${PORTSDIR}/textproc/expat2 \ |