diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
commit | 1eef012a40dcc8cbf3e7296c341f7e26703f89d4 (patch) | |
tree | ba18ff967dd7709fc780872a2bf6c4ea7f554c5f /math | |
parent | ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20 (diff) | |
download | freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.gz freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.zst freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.zip |
Bump png major
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 1aea70d44f63..038cf0e34b52 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= gnuplot-3.7.1.tar.gz MAINTAINER= nakaji@jp.freebsd.org -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 3db7fe8025b1..239760618dc2 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ gd.2:${PORTSDIR}/graphics/gd USE_XLIB= yes diff --git a/math/grace/Makefile b/math/grace/Makefile index 175ee4a5dbcc..5b8a231700f8 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= Xbae.8:${PORTSDIR}/x11-toolkits/xbae \ fftw.2:${PORTSDIR}/math/fftw \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ t1.3:${PORTSDIR}/devel/t1lib \ XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \ pdf.3:${PORTSDIR}/print/pdflib3 |