diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
commit | 74a1518134fb8879cca1b1029853296ca20154df (patch) | |
tree | e927d0d202a283b214983d8187d323a459fa6d9e /math | |
parent | d5d1f805e48010e7651e00a161f834b0a5d83842 (diff) | |
download | freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.gz freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.zst freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 2 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 2 | ||||
-rw-r--r-- | math/grace/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 |