diff options
author | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-01-10 19:41:37 +0800 |
commit | 2d8b5322387f75423e7aaba212f585214d97fcac (patch) | |
tree | b8ba81cf25739b07eb66326308babbef00b6c244 /math/gnuplot | |
parent | 3401e522e39ba4ee072173b9f1298e7b4a60d412 (diff) | |
download | freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.gz freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.tar.zst freebsd-ports-gnome-2d8b5322387f75423e7aaba212f585214d97fcac.zip |
Chase pdflib.so version and bump PORTREVISION accordingly.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index f548fbbef716..ccd49f34929f 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.4.4 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF @@ -58,7 +59,7 @@ CONFIGURE_ARGS+= --disable-h3d-quadtree --enable-h3d-gridbox .if defined(WITHOUT_PDF) CONFIGURE_ARGS+= --without-pdf .else -LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .endif |