summaryrefslogtreecommitdiff
path: root/textproc/html2wml
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-15 01:54:31 +0000
committerjlam <jlam@pkgsrc.org>2002-11-15 01:54:31 +0000
commit4aee6aafd88b10ad9d3316d03c62096a7ad2786b (patch)
tree4a7e0e7e7dac498ea13073805107b63f883ba9dc /textproc/html2wml
parent9dd65916d74283e870d85666e40ee6b29c166f50 (diff)
downloadpkgsrc-4aee6aafd88b10ad9d3316d03c62096a7ad2786b.tar.gz
Use buildlink2.
Diffstat (limited to 'textproc/html2wml')
-rw-r--r--textproc/html2wml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index 885b8927db0..bf7dbb02d3a 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 08:40:17 martti Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/15 01:54:31 jlam Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
@@ -14,6 +14,7 @@ DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template
DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
+USE_BUILDLINK2= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
@@ -21,5 +22,5 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml
${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"