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/p5-Math-Geometry-Planar-GPC-Polygon | |
parent | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Geometry-Planar-GPC-Polygon')
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |