aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-14 06:27:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-14 06:27:44 +0000
commitf628254e85222e92c075ae6c64f11b6602023a92 (patch)
tree0a7e73d2d836b398d05539a8755e54c22ea2c399 /math/gnuplot
parent8f2017c53cff67035054c475d55b9f79dbcb7f47 (diff)
downloadports-f628254e85222e92c075ae6c64f11b6602023a92.tar.gz
ports-f628254e85222e92c075ae6c64f11b6602023a92.zip
print/pdflib -> print/pdflib4
Informed maintaines.
Notes
Notes: svn path=/head/; revision=78940
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 9d6d139bc4ac..7b3abce0708b 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -19,7 +19,7 @@ LIB_DPEENDS=
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif
.if !defined(WITHOUT_PDF)
-LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib
+LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib4
.endif
.if !defined(WITHOUT_X11)