diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 07:39:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 07:39:37 +0800 |
commit | cbe04bbda967dc89cc0b3cdb737d672518717a38 (patch) | |
tree | d08d43a40aa69cfc089f7e69cf4fb37edd8ae399 /math | |
parent | 257475f4e270deb1906770a40ef965d96b882882 (diff) | |
download | freebsd-ports-gnome-cbe04bbda967dc89cc0b3cdb737d672518717a38.tar.gz freebsd-ports-gnome-cbe04bbda967dc89cc0b3cdb737d672518717a38.tar.zst freebsd-ports-gnome-cbe04bbda967dc89cc0b3cdb737d672518717a38.zip |
Chase print/pdflib version bump
PR: ports/57204
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 |
2 files changed, 2 insertions, 2 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 |