diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
commit | 8df0e60ba576664082f0dff5c6b0c8546bc18500 (patch) | |
tree | a001b636289327d8b439d27b5d18245624fd98ca /math/p5-Task-Math-Symbolic | |
parent | 35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4 (diff) | |
download | freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.gz freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.zst freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'math/p5-Task-Math-Symbolic')
-rw-r--r-- | math/p5-Task-Math-Symbolic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Task-Math-Symbolic/Makefile b/math/p5-Task-Math-Symbolic/Makefile index 856dea4dc334..804f2fd4d666 100644 --- a/math/p5-Task-Math-Symbolic/Makefile +++ b/math/p5-Task-Math-Symbolic/Makefile @@ -29,9 +29,7 @@ RUN_DEPENDS= p5-Math-Symbolic>=0.163:${PORTSDIR}/math/p5-Math-Symbolic \ p5-Math-SymbolicX-NoSimplification>=0:${PORTSDIR}/math/p5-Math-SymbolicX-NoSimplification \ p5-Math-SymbolicX-ParserExtensionFactory>=0:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory \ p5-Math-SymbolicX-Statistics-Distributions>=0:${PORTSDIR}/math/p5-Math-SymbolicX-Statistics-Distributions -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |