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