summaryrefslogtreecommitdiff
path: root/textproc/html2wml
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-16 19:10:37 +0000
committerjlam <jlam>2005-07-16 19:10:37 +0000
commitdd5e994e0c9890df081d82e9855ba2047d0189e0 (patch)
tree5e673c0121797154e662e294d0aa49ba7abfcf99 /textproc/html2wml
parenta8e777f5a6696496c093dab707c1e1a5b713fe8b (diff)
downloadpkgsrc-dd5e994e0c9890df081d82e9855ba2047d0189e0.tar.gz
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'textproc/html2wml')
-rw-r--r--textproc/html2wml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index ec8db3afcbe..b5bd88efb41 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:36 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/16 19:10:40 jlam Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
@@ -17,6 +17,7 @@ DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
NO_BUILD= # defined
+USE_TOOLS+= perl:run
REPLACE_PERL= ${WRKSRC}/html2wml.cgi
INSTALLATION_DIRS= bin man/man1
@@ -25,5 +26,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml
${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"