diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-10-09 08:18:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-10-09 08:18:35 +0000 |
commit | 8e8d970bfa7cba3bff09646d2350304a98b686a3 (patch) | |
tree | b533d9cd9b6644764b58eaa5eb542a252ea7c0f8 /math | |
parent | e927ebf59d278430798ac366bd789356d491682a (diff) | |
download | ports-8e8d970bfa7cba3bff09646d2350304a98b686a3.tar.gz ports-8e8d970bfa7cba3bff09646d2350304a98b686a3.zip |
Notes
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 |