diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /math/gnuplot | |
parent | Bump MAJOR to 3. (diff) |
Bump png's major number to 3.
Notes
Notes:
svn path=/head/; revision=16275
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 91c67398013e..32158922c96a 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 |