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 | 84476d43f2410971f024c541f9643829b8d7e696 (patch) | |
tree | d6ba18e8ab53cf53ef78f1cc5209aa623ad3b568 | |
parent | 5125694d6063276de2fe0811b8e29750423005f9 (diff) | |
download | pkgsrc-84476d43f2410971f024c541f9643829b8d7e696.tar.gz |
USE_TOOLS+= perl
-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 |