diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-06-21 22:54:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-06-21 22:54:31 +0800 |
commit | d89669d2a773355371859516bc3390f8b8ddb785 (patch) | |
tree | 9753d10890f16842b3ba8126109b4aa6d04262a8 | |
parent | 4a155671a7eede2feb89c6d6dab35daa20d6a50a (diff) | |
download | freebsd-ports-gnome-d89669d2a773355371859516bc3390f8b8ddb785.tar.gz freebsd-ports-gnome-d89669d2a773355371859516bc3390f8b8ddb785.tar.zst freebsd-ports-gnome-d89669d2a773355371859516bc3390f8b8ddb785.zip |
- Add missing RUN_DEPEND
-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 |