aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 19:04:34 +0800
committeraz <az@FreeBSD.org>2012-06-29 19:04:34 +0800
commita349e66ae195b1069b8d7e27e2a40d0495e7e937 (patch)
tree363dcb6b28abe334c4428f25650fccc92032eb1b /converters
parent35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42 (diff)
downloadfreebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.tar.gz
freebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.tar.zst
freebsd-ports-gnome-a349e66ae195b1069b8d7e27e2a40d0495e7e937.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Encode-Punycode/Makefile4
-rw-r--r--converters/p5-Net-IDN-Nameprep/Makefile4
-rw-r--r--converters/p5-WAP-wbxml/Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/converters/p5-Encode-Punycode/Makefile b/converters/p5-Encode-Punycode/Makefile
index b6ddfbdf4760..4f8f23b01b83 100644
--- a/converters/p5-Encode-Punycode/Makefile
+++ b/converters/p5-Encode-Punycode/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= Encode plugin for Punycode
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/IDN/Encode.pm:${PORTSDIR}/textproc/p5-Net-IDN-Encode
+RUN_DEPENDS= p5-Net-IDN-Encode>=0:${PORTSDIR}/textproc/p5-Net-IDN-Encode
BUILD_DEPENDS:= ${RUN_DEPENDS} \
- ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
+ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
diff --git a/converters/p5-Net-IDN-Nameprep/Makefile b/converters/p5-Net-IDN-Nameprep/Makefile
index 291b6c75bf20..51b9bf5a9a2f 100644
--- a/converters/p5-Net-IDN-Nameprep/Makefile
+++ b/converters/p5-Net-IDN-Nameprep/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= normalization of domain names (Nameprep, RFC 3491)
-RUN_DEPENDS= ${SITE_PERL}/Unicode/Stringprep.pm:${PORTSDIR}/converters/p5-Unicode-Stringprep
+RUN_DEPENDS= p5-Unicode-Stringprep>=0:${PORTSDIR}/converters/p5-Unicode-Stringprep
BUILD_DEPENDS:= ${RUN_DEPENDS} \
- ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
+ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
diff --git a/converters/p5-WAP-wbxml/Makefile b/converters/p5-WAP-wbxml/Makefile
index a567e0395936..10d30dfcfa1a 100644
--- a/converters/p5-WAP-wbxml/Makefile
+++ b/converters/p5-WAP-wbxml/Makefile
@@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= Binarization of XML file
-BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
- ${SITE_PERL}/I18N/Charset.pm:${PORTSDIR}/misc/p5-I18N-Charset \
- ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
+BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
+ p5-I18N-Charset>=0:${PORTSDIR}/misc/p5-I18N-Charset \
+ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_DOS2UNIX= yes