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 | |
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')
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/grace/Makefile | 4 |
2 files changed, 4 insertions, 3 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 diff --git a/math/grace/Makefile b/math/grace/Makefile index 113f2a866a7b..2dc344d5f6a6 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,7 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -25,7 +25,7 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ fftw.2:${PORTSDIR}/math/fftw \ - pdf.8:${PORTSDIR}/print/pdflib \ + pdf.6:${PORTSDIR}/print/pdflib \ netcdf.4:${PORTSDIR}/science/netcdf \ Xbae.4:${PORTSDIR}/x11-toolkits/xbae \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml |