diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-01-10 11:41:37 +0000 |
commit | 1b91e235c32daa52cee3d70048627b4e136f5e91 (patch) | |
tree | 93cc9fad679a3a5cc17db769a155ad93c3405b6a /math/grace | |
parent | 06b8ce46b8948d98932446a382ba0cb999504ecd (diff) | |
download | ports-1b91e235c32daa52cee3d70048627b4e136f5e91.tar.gz ports-1b91e235c32daa52cee3d70048627b4e136f5e91.zip |
Notes
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 113f2a866a7b..2dc344d5f6a6 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -25,7 +25,7 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ - pdf.8:${PORTSDIR}/print/pdflib \ + pdf.6:${PORTSDIR}/print/pdflib \ netcdf.4:${PORTSDIR}/science/netcdf \ Xbae.4:${PORTSDIR}/x11-toolkits/xbae \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml |