diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:30:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:30:22 +0000 |
commit | 78b3a904f62a3aade7047a00e1b0ab8673436d9c (patch) | |
tree | 022db37bfa72ed865cf954d4d9839c06e1b39b38 /math/p5-Math-GSL | |
parent | 84fb9b518055d94169aae99d820216f5ac4421e7 (diff) | |
download | ports-78b3a904f62a3aade7047a00e1b0ab8673436d9c.tar.gz ports-78b3a904f62a3aade7047a00e1b0ab8673436d9c.zip |
Notes
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index d354180da64b..6521a0b27e99 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -85,9 +85,4 @@ MAN3= Math::GSL.3 \ BROKEN= Does not compile on sparc64 .endif -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version -.endif - .include <bsd.port.post.mk> |