aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
committeraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
commitd767f0728d3efeb994fab115409d2613056d4dcb (patch)
treefcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /textproc
parent22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff)
downloadfreebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ascii2pdf/Makefile2
-rw-r--r--textproc/denature/Makefile8
-rw-r--r--textproc/dtdparse/Makefile4
-rw-r--r--textproc/eqe/Makefile2
-rw-r--r--textproc/libtext-wrapi18n-perl/Makefile2
-rw-r--r--textproc/re_graph/Makefile4
-rw-r--r--textproc/sarep/Makefile2
-rw-r--r--textproc/texi2db/Makefile2
-rw-r--r--textproc/xslint/Makefile2
9 files changed, 14 insertions, 14 deletions
diff --git a/textproc/ascii2pdf/Makefile b/textproc/ascii2pdf/Makefile
index 435c5af6ca91..4c4279df8d1b 100644
--- a/textproc/ascii2pdf/Makefile
+++ b/textproc/ascii2pdf/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-0.9.1
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl script to convert text files to PDF files
-RUN_DEPENDS= ${SITE_PERL}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create
+RUN_DEPENDS= p5-PDF-Create>=0:${PORTSDIR}/textproc/p5-PDF-Create
NO_BUILD= yes
USE_PERL5= yes
diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile
index 8b919cdab9f7..ea1f22e0d80f 100644
--- a/textproc/denature/Makefile
+++ b/textproc/denature/Makefile
@@ -15,10 +15,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A HTML to PDF converter
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
- ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
- ${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \
- ${SITE_PERL}/CSS/Tiny.pm:${PORTSDIR}/textproc/p5-CSS-Tiny \
+RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+ p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset \
+ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+ p5-CSS-Tiny>=0:${PORTSDIR}/textproc/p5-CSS-Tiny \
fop:${PORTSDIR}/textproc/fop
USE_PERL5= yes
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile
index cd6977766192..dde8a8fa3b76 100644
--- a/textproc/dtdparse/Makefile
+++ b/textproc/dtdparse/Makefile
@@ -14,8 +14,8 @@ DISTNAME= SGML-DTDParse-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Parse a DTD and produce an XML document that represents it
-RUN_DEPENDS= ${SITE_PERL}/Text/DelimMatch.pm:${PORTSDIR}/textproc/p5-DelimMatch \
- ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
+RUN_DEPENDS= p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \
+ p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
PERL_CONFIGURE= yes
diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile
index c28413e677af..100d206778a4 100644
--- a/textproc/eqe/Makefile
+++ b/textproc/eqe/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://rlehy.free.fr/
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX equation editor
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
Magick++-config:${PORTSDIR}/graphics/ImageMagick \
diff --git a/textproc/libtext-wrapi18n-perl/Makefile b/textproc/libtext-wrapi18n-perl/Makefile
index 9a001bec7ec0..dcc954a77888 100644
--- a/textproc/libtext-wrapi18n-perl/Makefile
+++ b/textproc/libtext-wrapi18n-perl/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Documentation gettext tools
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CharWidth.pm:${PORTSDIR}/textproc/libtext-charwidth-perl
+BUILD_DEPENDS= libtext-charwidth-perl>=0:${PORTSDIR}/textproc/libtext-charwidth-perl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/textproc/re_graph/Makefile b/textproc/re_graph/Makefile
index 53dfe9ffe564..36aa9631cac1 100644
--- a/textproc/re_graph/Makefile
+++ b/textproc/re_graph/Makefile
@@ -17,8 +17,8 @@ EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Regular Expression Graphing Program
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
- ${SITE_PERL}/GD/Arrow.pm:${PORTSDIR}/graphics/p5-GD-Arrow
+RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
+ p5-GD-Arrow>=0:${PORTSDIR}/graphics/p5-GD-Arrow
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${TAR}
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
index 28af456f4f54..6488fb6d7175 100644
--- a/textproc/sarep/Makefile
+++ b/textproc/sarep/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line search and replace tool; written in Perl; handles regexps
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
+RUN_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS
EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile
index 7c76d3c4908d..0555fe7da161 100644
--- a/textproc/texi2db/Makefile
+++ b/textproc/texi2db/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.tldp.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts a Texinfo file into DocBook XML
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
+BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile
index c052032dd5d6..1fdce14a0798 100644
--- a/textproc/xslint/Makefile
+++ b/textproc/xslint/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= XSL(T) stylesheet checker
-RUN_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
+RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
USE_ZIP= yes
USE_PERL5_RUN= yes