diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 14:50:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 14:50:58 +0000 |
commit | 36ee711657b7787ea3f160ecfa683dc23f5961e0 (patch) | |
tree | b6728e92c1e8d7874407b6dd2f9d1d143101198c /math/grace | |
parent | 57b28bc623516900aeba72a8e43e0a45059f398c (diff) |
Correct t1 shared library version number in LIB_DEPENDS.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=39754
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 1a7274f827a3..a3cbe8dd071c 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= Xbae.8:${PORTSDIR}/x11-toolkits/xbae \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ - t1.1:${PORTSDIR}/devel/t1lib \ + t1.2:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.3:${PORTSDIR}/print/pdflib3 |