diff options
Diffstat (limited to 'math/p5-Math-GSL/Makefile')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index cdb70c81d7fb..3ee9657bfc23 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,7 @@ COMMENT= A perl interface to GNU Scientific Library BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class -LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl PERL_CONFIGURE= yes PERL_MODBUILD= yes |