diff options
author | swills <swills@FreeBSD.org> | 2012-01-14 22:41:46 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-14 22:41:46 +0800 |
commit | fef97ccf0d90ad9f615baf6cacc72244442222d4 (patch) | |
tree | 0fd6d754da2166ab4ea21044fb36a1663dba06d0 /math/p5-Math-GSL | |
parent | 04750742fc5c8a3f86de169c0db93816f85087c8 (diff) | |
download | freebsd-ports-gnome-fef97ccf0d90ad9f615baf6cacc72244442222d4.tar.gz freebsd-ports-gnome-fef97ccf0d90ad9f615baf6cacc72244442222d4.tar.zst freebsd-ports-gnome-fef97ccf0d90ad9f615baf6cacc72244442222d4.zip |
- Tests also require Test::Most
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 79e81c885fea..fdd176984ed4 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConf LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \ - p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception + p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_MODBUILD= yes MAKE_ENV= INC="-I${LOCALBASE}/include" |