diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
commit | a50c1cb64785b551bfdbff06f3e1ee2731d50271 (patch) | |
tree | f0d9050bfa3146dd2ccf52f45dfa6976fdf0d336 /math | |
parent | 4812598a539d066b1edf7c36055b163ca1207256 (diff) | |
download | ports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.tar.gz ports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Bit-Vector/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Graph/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Set-IntSpan-Fast/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 458f719e6751..9916adb716bf 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Library of advanced math functions that includes a Perl OO module -RUN_DEPENDS= ${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan +RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index fc1293a68e22..d6946a82ef9a 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Graph, the Perl module for graph operations -BUILD_DEPENDS= ${SITE_PERL}/Heap.pm:${PORTSDIR}/devel/p5-Heap \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile index 9de97ebea14e..d37e12ef85a5 100644 --- a/math/p5-Set-IntSpan-Fast/Makefile +++ b/math/p5-Set-IntSpan-Fast/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Fast handling of sets containing integer spans -BUILD_DEPENDS= ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types +BUILD_DEPENDS= p5-Data-Types>=0:${PORTSDIR}/devel/p5-Data-Types RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |