diff options
Diffstat (limited to 'math/p5-Math-GSL/Makefile')
-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 fdd176984ed4..5376900b0881 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -82,9 +82,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> |