On 2011/04/28 10:54, David Coppa wrote:
> On Thu, Apr 28, 2011 at 12:34 AM, Stuart Henderson <[email protected]> 
> wrote:
> 
> > If that's the case then just add the dep in asciidoc.
> 
> After all, I think my diff is right (or at least it won't hurt) ...

i3bar itself doesn't refer to docbook anywhere though; asciidoc does
(in the config files in /etc/asciidoc).

Robert, is this ok with you? Thanks.

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/asciidoc/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    15 Jan 2011 22:29:18 -0000      1.12
+++ Makefile    28 Apr 2011 09:26:25 -0000
@@ -3,13 +3,14 @@
 COMMENT=       text document format for writing documents and man pages

 
 DISTNAME=      asciidoc-8.6.3
+REVISION=      0
 CATEGORIES=    textproc
 
 MAINTAINER=    Robert Nagy <[email protected]>
 
 HOMEPAGE=      http://www.methods.co.nz/asciidoc/
 
-# GPL
+# GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
@@ -18,7 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
 
 MODULES=       lang/python
-RUN_DEPENDS=   textproc/libxslt
+RUN_DEPENDS=   textproc/libxslt \
+               textproc/docbook
 
 MODPY_ADJ_FILES=a2x.py \
                asciidoc.py \

Reply via email to