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