diff options
| author | rillig <rillig> | 2006-07-10 07:59:02 +0000 |
|---|---|---|
| committer | rillig <rillig> | 2006-07-10 07:59:02 +0000 |
| commit | c869d3298b0d2a56cbaf65a5ffe0d669c64bab5d (patch) | |
| tree | d6ba18e8ab53cf53ef78f1cc5209aa623ad3b568 /textproc/sablotron | |
| parent | 0fbc8a7fa4b5388dd6e78630e2cbbb13e15d569d (diff) | |
| download | pkgsrc-c869d3298b0d2a56cbaf65a5ffe0d669c64bab5d.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 |
