diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
commit | 3bbc108312c59a9d56e6bd7a9130f8572093caaf (patch) | |
tree | 8e56c67cbd222afd02e8ebaf5562ceb6431033ac /math/grace | |
parent | 4e0edf1034c6e05efb7571da455f2c7ff894a993 (diff) | |
download | ports-3bbc108312c59a9d56e6bd7a9130f8572093caaf.tar.gz ports-3bbc108312c59a9d56e6bd7a9130f8572093caaf.zip |
Notes
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 578f472f5b54..5463d5988a46 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,6 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 +PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -20,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A powerful plotting tool (successor of xmgr) LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ |