diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 14:50:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 14:50:58 +0000 |
commit | 67a3b777069869e006a23d52f56644a8c4817396 (patch) | |
tree | ee3f85e7669a40dc8f31e2be3c2a509b2089171f /math/grace | |
parent | 16aa27f3ab16c88d20d2f0316a6a6da88606d571 (diff) | |
download | FreeBSD-ports-67a3b777069869e006a23d52f56644a8c4817396.zip FreeBSD-ports-67a3b777069869e006a23d52f56644a8c4817396.tar.gz |
Correct t1 shared library version number in LIB_DEPENDS.
Submitted by: bento
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 1a7274f..a3cbe8d 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 |