diff options
author | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 19:36:25 +0800 |
commit | 3d8f980265e3d96ed39d3dd0590423edc5a249b8 (patch) | |
tree | 111a52150c28dcf405c64c454129ca1eb92a756b /math/p5-Math-Sequence | |
parent | a80c156e5ffb9d34ae7f0efe4e9f258ac7c36165 (diff) | |
download | freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.gz freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.tar.zst freebsd-ports-gnome-3d8f980265e3d96ed39d3dd0590423edc5a249b8.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'math/p5-Math-Sequence')
-rw-r--r-- | math/p5-Math-Sequence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Sequence/Makefile b/math/p5-Math-Sequence/Makefile index 0d9703e20271..62fb83787c02 100644 --- a/math/p5-Math-Sequence/Makefile +++ b/math/p5-Math-Sequence/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension dealing with mathematic sequences -BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic +BUILD_DEPENDS= p5-Math-Symbolic>=0:${PORTSDIR}/math/p5-Math-Symbolic RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Sequence.3 |