diff options
-rw-r--r-- | math/gnuplot/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 | ||||
-rw-r--r-- | textproc/ipdf/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 7cb87c4..394e860 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --without-png .endif .if !defined(WITHOUT_PDF) -LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .else CONFIGURE_ARGS+= --without-pdf diff --git a/math/grace/Makefile b/math/grace/Makefile index be1bcef..8939dd0 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ - pdf.5:${PORTSDIR}/print/pdflib + pdf.6:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 0e210c3..cc0349c 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files -LIB_DEPENDS= pdf.5:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |