diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 23:39:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-26 23:39:37 +0000 |
commit | df9732110cbe56ea2d491765c6e31356360e0b2e (patch) | |
tree | 0df00143bfe032db59856a818ad0dc1bfbb4643c | |
parent | baa72af69d95c56394383af1d05b99bbb22c4e68 (diff) |
Notes
-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 7cb87c456e07..394e86086db5 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 be1bcefadbe0..8939dd0f32ec 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 0e210c3a92a5..cc0349c2c3ee 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 |