From 74a1518134fb8879cca1b1029853296ca20154df Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 4 Jul 2000 07:13:35 +0000 Subject: Bump png shared library version. Submitted by: Hajimu UMEMOTO --- math/gnuplot+/Makefile | 2 +- math/gnuplot/Makefile | 2 +- math/grace/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 89d527a028aa..25d3fe932be9 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= gnuplot-3.7.1.tar.gz MAINTAINER= nakaji@tutrp.tut.ac.jp -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib .if defined(WITH_JP) BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \ diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 1fcb0b02b222..c3325453607e 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ gd.1:${PORTSDIR}/graphics/gd USE_XLIB= yes diff --git a/math/grace/Makefile b/math/grace/Makefile index a7e30a3bd052..dc955d003df2 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS= Xbae.7:${PORTSDIR}/x11-toolkits/xbae \ pdf.2:${PORTSDIR}/print/pdflib \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ + png.4:${PORTSDIR}/graphics/png \ t1.1:${PORTSDIR}/devel/t1lib MAN1= grace.1 xmgrace.1 gracebat.1 grconvert.1 -- cgit