diff options
Diffstat (limited to 'math/gnuplot/Makefile')
-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 9d6d139..7b3abce 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) |