diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /math/gnuplot | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.zip FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz |
Bump png's major number to 3.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 91c6739..3215892 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.19 1998/09/17 00:50:50 asami Exp $ +# $Id: Makefile,v 1.20 1998/11/29 12:43:08 asami Exp $ # DISTNAME= gnuplot-beta340 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd USE_XLIB= yes |