diff options
author | ale <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
commit | 8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45 (patch) | |
tree | 529b1c70525fcd99832cf9141ba5036dde71249d /math | |
parent | e6fe42b0ec3784b60055dd3dc3e45afa21ca1608 (diff) | |
download | FreeBSD-ports-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.zip FreeBSD-ports-8af98d45aa2789fdbdb9c1f8e2bf4be4b8bd0c45.tar.gz |
- Chase the pdflib shared library
- Bump PORTREVISION
Diffstat (limited to 'math')
-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 c969e23..5efc769 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math print # # You never know when and why it is moved to ../src/old/ :-) @@ -30,7 +30,7 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ - pdf.6:${PORTSDIR}/print/pdflib + pdf.7:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 |