diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
commit | 83147ffa6886cc46382e68a213e4e42ae33953e8 (patch) | |
tree | 5e673c0121797154e662e294d0aa49ba7abfcf99 /textproc/html2wml | |
parent | 30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff) | |
download | pkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.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/Makefile | 4 |
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" |