diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-31 00:39:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-31 00:39:01 +0000 |
commit | 6fc0ec99f7efc86118de95537ce014fb8d06703f (patch) | |
tree | 4c020cef1d98ed1d9563f791c7ff273661435ad9 /math/gnuplot | |
parent | 6ca97f3113e14dc6f322caf77d55bcfc9e7bdf97 (diff) | |
download | ports-6fc0ec99f7efc86118de95537ce014fb8d06703f.tar.gz ports-6fc0ec99f7efc86118de95537ce014fb8d06703f.zip |
Notes
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 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 |