diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-06-21 14:54:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-06-21 14:54:31 +0000 |
commit | 35d8a76c1cfa1f8abb2a22c12be33e0abc0e6351 (patch) | |
tree | e8c7990d5abe3950d6873ad6ae499959510c11a5 | |
parent | Add 'USE_CSTD= gnu89' to fix build with clang (diff) |
- Add missing RUN_DEPEND
Notes
Notes:
svn path=/head/; revision=276002
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile index 9db45354f585..3fd0c1a39900 100644 --- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Geometry-Planar-GPC-Polygon PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +16,7 @@ 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 PERL_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |