summaryrefslogtreecommitdiff
path: root/textproc/html2wml
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-04 23:46:36 +0000
committersnj <snj@pkgsrc.org>2004-05-04 23:46:36 +0000
commit65a932dba986c3488c19dbdecf419fa033336d1c (patch)
treeaf7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/html2wml
parent197ed63787aa7c4786272167df6c6c10637fa0bb (diff)
downloadpkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz
Convert to buildlink3.
Diffstat (limited to 'textproc/html2wml')
-rw-r--r--textproc/html2wml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index 61cb98b54da..04e8021dc5c 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/04 23:46:36 snj Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
@@ -15,7 +15,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
+USE_BUILDLINK3= yes
NO_CONFIGURE= # defined
NO_BUILD= # defined
@@ -23,5 +23,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/buildlink2.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"