aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2012-06-05 22:27:52 +0800
committerjadawin <jadawin@FreeBSD.org>2012-06-05 22:27:52 +0800
commitb480f1aa14b6d4ef1da122ec704fcfb341e9c379 (patch)
tree417e2696534bcccdcd234b2fbdbaf556fd1a2bbf /devel
parenta3115390f9be39e3035378b203b0a6cb3f0f071a (diff)
downloadfreebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.gz
freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.tar.zst
freebsd-ports-gnome-b480f1aa14b6d4ef1da122ec704fcfb341e9c379.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-DateTime-Format-W3CDTF/Makefile2
-rw-r--r--devel/perlconsole/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-DateTime-Format-W3CDTF/Makefile b/devel/p5-DateTime-Format-W3CDTF/Makefile
index 824bf13966dc..fe671f63fe1e 100644
--- a/devel/p5-DateTime-Format-W3CDTF/Makefile
+++ b/devel/p5-DateTime-Format-W3CDTF/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Parse and format W3CDTF datetime strings
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
+RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/perlconsole/Makefile b/devel/perlconsole/Makefile
index 524574ec5c4a..8f6f979e9ccc 100644
--- a/devel/perlconsole/Makefile
+++ b/devel/perlconsole/Makefile
@@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= CPAN:SUKRIA
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A light program that lets you evaluate Perl code interactively
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \
- ${SITE_PERL}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \
- ${SITE_PERL}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence \
- ${SITE_PERL}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords
+RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
+ p5-Module-Refresh>=0:${PORTSDIR}/devel/p5-Module-Refresh \
+ p5-Lexical-Persistence>=0:${PORTSDIR}/devel/p5-Lexical-Persistence \
+ p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords
USE_PERL5= yes
PERL_CONFIGURE= yes