diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-23 17:25:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-23 17:25:26 +0000 |
commit | a67d0877cf29b315c78e40974f7d5cbab5e96fb9 (patch) | |
tree | 9a3f1bae00fe8d4bead0a4f8b2b59845c9135357 | |
parent | upgrade to 1.3.1 (diff) |
t1.3 -> t1.4
-rw-r--r-- | graphics/xpdf/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 | ||||
-rw-r--r-- | print/gfontview/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 2a9b3b75448f..0f13ae2b5309 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -20,7 +20,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= t1.3:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_XPM= yes diff --git a/math/grace/Makefile b/math/grace/Makefile index 5b8a231700f8..d796efbc9e1a 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.5:${PORTSDIR}/graphics/png \ - t1.3:${PORTSDIR}/devel/t1lib \ + t1.4:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.3:${PORTSDIR}/print/pdflib3 diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index 429a545dafe9..74b08eaa9654 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= t1.3:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1.4:${PORTSDIR}/devel/t1lib USE_X_PREFIX= yes USE_GNOME= yes |