aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
commit0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch)
treefe4d654de9040e3451da08f6eb2865c73df28369 /converters
parentc4488f29abd1339c42a704fb50b07d1210e0f3bc (diff)
downloadfreebsd-ports-graphics-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz
freebsd-ports-graphics-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst
freebsd-ports-graphics-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-JSON-XS-VersionOneAndTwo/Makefile2
-rw-r--r--converters/p5-MIME-Base64-URLSafe/Makefile2
-rw-r--r--converters/ytnef/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
index babcb720984..20489f3c3cd 100644
--- a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
+++ b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Support versions 1 and 2 of JSON::XS
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS
+RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/converters/p5-MIME-Base64-URLSafe/Makefile b/converters/p5-MIME-Base64-URLSafe/Makefile
index 0837367af6f..ba1eeaac2f9 100644
--- a/converters/p5-MIME-Base64-URLSafe/Makefile
+++ b/converters/p5-MIME-Base64-URLSafe/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= citric@cubicone.tmetic.com
COMMENT= Perl version of Python's URL-safe base64 codec
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile
index 0632de62e3c..31f9b515cfb 100644
--- a/converters/ytnef/Makefile
+++ b/converters/ytnef/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= delphus@gmail.com
COMMENT= Unpack data in MS Outlook TNEF format
LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef
-RUN_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools
+RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes