diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-10 07:59:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-10 07:59:02 +0000 |
commit | 6ba20aeaa2cd1a691c1333a86b583a64f0cc20f9 (patch) | |
tree | d6ba18e8ab53cf53ef78f1cc5209aa623ad3b568 /textproc/sablotron | |
parent | 0214eeee4fbb9de479d3294f2f19a2c308104969 (diff) | |
download | pkgsrc-6ba20aeaa2cd1a691c1333a86b583a64f0cc20f9.tar.gz |
USE_TOOLS+= perl
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 241c01ba7ea..599631725af 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/04/12 22:52:34 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2006/07/10 07:59:02 rillig Exp $ DISTNAME= Sablot-1.0.2 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} @@ -13,7 +13,7 @@ COMMENT= XML toolkit implementing XSLT, DOM, and XPath BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= YES CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/sablotron |