From 6fc0ec99f7efc86118de95537ce014fb8d06703f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 31 Mar 1998 00:39:01 +0000 Subject: [PATCH] Typo fix (actually update png major :). --- math/gnuplot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index b1720d643b6c..db20c78a1f95 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 January 1997 # Whom: chuckr # -# $Id: Makefile,v 1.13 1997/09/01 07:41:23 cwt Exp $ +# $Id: Makefile,v 1.14 1998/03/28 20:02:10 ache Exp $ # DISTNAME= gnuplot-beta336 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/gnuplot GNU_CONFIGURE= yes