diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-15 01:21:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-15 01:21:14 +0800 |
commit | 9a6b9f7d0c44cd17b750fca492ec0613a0884edb (patch) | |
tree | 9011dffa4584ce2eb7f10b1fba4257fa3c44db75 | |
parent | 643d04c4178554928c6f46f8ce5b8b17ad9d5a9b (diff) | |
download | freebsd-ports-gnome-9a6b9f7d0c44cd17b750fca492ec0613a0884edb.tar.gz freebsd-ports-gnome-9a6b9f7d0c44cd17b750fca492ec0613a0884edb.tar.zst freebsd-ports-gnome-9a6b9f7d0c44cd17b750fca492ec0613a0884edb.zip |
- Sort TEST_DEPENDS
-rw-r--r-- | math/p5-Math-GSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 3c3139456a5c..f3f19a0a1210 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -16,8 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \ - p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \ - p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception + p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most USE_PERL5= modbuild USES= perl5 |