diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-20 07:53:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-20 07:53:34 +0000 |
commit | 87224cffadf2a7d1588c28ec7ab5988537c654cb (patch) | |
tree | 3443c377e2e10a913a4fd7ea0295b4f4dd41a5cc /math/PDL | |
parent | 44bbefc1998c981542258b38d3f1c6ade12cee77 (diff) |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index b3b01b54d4a6..c03e836a3a94 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -7,7 +7,7 @@ PORTNAME= PDL PORTVERSION= 2.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf @@ -51,7 +51,7 @@ BUILD_DEPENDS+= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT .endif .if defined(WITH_PLPLOT) -LIB_DEPENDS+= plplotd.10:${PORTSDIR}/math/plplot +LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot .endif .if defined(WITH_GL) |