diff options
-rw-r--r-- | graphics/xpdf/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 6986414c6d0b..5c4fc62c7d2f 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= t1.2:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.3:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_XPM= yes diff --git a/math/grace/Makefile b/math/grace/Makefile index 2253c0a42524..175ee4a5dbcc 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.2:${PORTSDIR}/devel/t1lib \ + t1.3:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.3:${PORTSDIR}/print/pdflib3 |