diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /devel | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) | |
download | ports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-TreeDumper-Renderer-GTK/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Eval-Context/Makefile | 30 |
2 files changed, 17 insertions, 17 deletions
diff --git a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile index a93045284b25..2fe3767d8284 100644 --- a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile +++ b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= GTK renderer for Data::TreeDumper -BUILD_DEPENDS= ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +BUILD_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ + p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Eval-Context/Makefile b/devel/p5-Eval-Context/Makefile index c994a006e88c..3d046edfa9a5 100644 --- a/devel/p5-Eval-Context/Makefile +++ b/devel/p5-Eval-Context/Makefile @@ -15,21 +15,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Evalute perl code in context wraper -BUILD_DEPENDS= ${SITE_PERL}/Test/Output.pm:${PORTSDIR}/devel/p5-Test-Output \ - ${SITE_PERL}/Package/Generator.pm:${PORTSDIR}/devel/p5-Package-Generator \ - ${SITE_PERL}/Test/Spelling.pm:${PORTSDIR}/devel/p5-Test-Spelling \ - ${SITE_PERL}/Test/Block.pm:${PORTSDIR}/devel/p5-Test-Block \ - ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ - ${SITE_PERL}/Test/Distribution.pm:${PORTSDIR}/devel/p5-Test-Distribution \ - ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Dependencies.pm:${PORTSDIR}/devel/p5-Test-Dependencies \ - ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ - ${SITE_PERL}/Test/Strict.pm:${PORTSDIR}/devel/p5-Test-Strict \ - ${SITE_PERL}/Directory/Scratch/Structured.pm:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \ - ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \ - ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \ - ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ + p5-Package-Generator>=0:${PORTSDIR}/devel/p5-Package-Generator \ + p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \ + p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \ + p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \ + p5-version>=0:${PORTSDIR}/devel/p5-version \ + p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \ + p5-Directory-Scratch-Structured>=0:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \ + p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ + p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |