summaryrefslogtreecommitdiff
path: root/converters
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 /converters
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 'converters')
-rw-r--r--converters/rpm2cpio/Makefile4
-rw-r--r--converters/txt2html/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/rpm2cpio/Makefile b/converters/rpm2cpio/Makefile
index e1655e9a674..86e47576dd0 100644
--- a/converters/rpm2cpio/Makefile
+++ b/converters/rpm2cpio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:43 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/07/16 19:10:38 jlam Exp $
DISTNAME= rpm2cpio
PKGNAME= rpm2cpio-1.1
@@ -14,6 +14,7 @@ COMMENT= Convert .rpm files for extraction with cpio, needs just perl
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
+USE_TOOLS+= perl:run
REPLACE_PERL= rpm2cpio
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
@@ -27,5 +28,4 @@ do-build:
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/rpm2cpio ${PREFIX}/bin/rpm2cpio.pl
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile
index 9cf0af79044..ab59320229e 100644
--- a/converters/txt2html/Makefile
+++ b/converters/txt2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:43 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/16 19:10:38 jlam Exp $
DISTNAME= txt2html-1.28
CATEGORIES= converters www
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.aigeek.com/txt2html/
COMMENT= Text to HTML converter
NO_BUILD= YES
+USE_TOOLS+= perl:run
REPLACE_PERL= txt2html.pl
INSTALLATION_DIRS= bin
@@ -25,5 +26,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sample.html ${PREFIX}/share/txt2html
${INSTALL_DATA} ${WRKSRC}/sample.txt ${PREFIX}/share/txt2html
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"