diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-06-06 17:47:24 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-06-06 17:47:24 +0000 |
| commit | 2145d93e7cc3fce8d9e81f71206e3fe421a375b3 (patch) | |
| tree | 9513225b70c59ed7d2d7ba3d5db3a2366438741e /math | |
| parent | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (diff) | |
Notes
Diffstat (limited to 'math')
| -rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 4 | ||||
| -rw-r--r-- | math/p5-Math-Polygon-Tree/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile index 3fd0c1a39900..a6aa389114d9 100644 --- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= OO wrapper to gpc library -BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline -RUN_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline PERL_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile index 473a6469e649..d499159bb0cd 100644 --- a/math/p5-Math-Polygon-Tree/Makefile +++ b/math/p5-Math-Polygon-Tree/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= Class for fast check if point is inside polygon -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/${PERL_ARCH}/Math/Geometry/Planar/GPC/Polygon.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon +BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |
