diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
commit | de78af3ac53da4687d22975cd2e236a0668d9a0d (patch) | |
tree | d9c023ed56bfb9a9663ac490476a1cca76b1c499 /math/grace | |
parent | The rc.d script is already set up for USE_RC_SUBR, so do it. (diff) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes
Notes:
svn path=/head/; revision=251605
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index afb05cfb3792..7bd0a152d0e8 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -22,7 +22,7 @@ COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ jpeg.11:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ + png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ pdf.8:${PORTSDIR}/print/pdflib \ |