diff options
author | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-09 16:18:35 +0800 |
commit | d3fe6e5b9f62dfca3c38ee893647115568cbd97f (patch) | |
tree | 69b92319b557eaf63a2b2d2e5d3ddf850e31a35a /math | |
parent | f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4 (diff) | |
download | freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.gz freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.tar.zst freebsd-ports-gnome-d3fe6e5b9f62dfca3c38ee893647115568cbd97f.zip |
Chase pdf library and bump PORTREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 4 | ||||
-rw-r--r-- | math/grace/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index d37eee0c9e8f..40675b51ec5d 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 4.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --with-gd=${LOCALBASE} .if defined(WITHOUT_PDF) CONFIGURE_ARGS+= --without-pdf .else -LIB_DEPENDS+= pdf.7:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.8:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .endif diff --git a/math/grace/Makefile b/math/grace/Makefile index 46b88a979d40..0ae6360724a7 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -7,6 +7,7 @@ PORTNAME= grace PORTVERSION= 5.1.20 +PORTREVISION= 1 CATEGORIES= math print # MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ @@ -27,7 +28,7 @@ LIB_DEPENDS= Xbae:${PORTSDIR}/x11-toolkits/xbae \ png.5:${PORTSDIR}/graphics/png \ t1:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ - pdf.7:${PORTSDIR}/print/pdflib + pdf.8:${PORTSDIR}/print/pdflib MAN1= convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1 |