diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-13 04:37:24 +0800 |
commit | b5a5b67fe292215f008632d3735ba3ffa13ba468 (patch) | |
tree | cbefb48418bd3c03aa77f48c7b7511e57603af45 /math/p5-Math-GSL | |
parent | b17a3affb2ce1d83db5fced57321ff36b12ef3e5 (diff) | |
download | freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.gz freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.tar.zst freebsd-ports-gnome-b5a5b67fe292215f008632d3735ba3ffa13ba468.zip |
- Chase gsl shlib bump
Diffstat (limited to 'math/p5-Math-GSL')
-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 1e0bf5b988c0..052a55e43374 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.16 +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.12:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl ONLY_FOR_ARCHS= i386 |