diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-07-19 01:21:09 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-07-19 01:21:09 +0000 |
commit | cedd05fa64cb37fa1d40c939acbba188f63fc795 (patch) | |
tree | 899ae7f374c994d6c81685036bbecfbb71b8510c /math/gnuplot | |
parent | 2b5e7da8a46b1eacf0c7509c60f90ca142bede4f (diff) | |
download | FreeBSD-ports-cedd05fa64cb37fa1d40c939acbba188f63fc795.zip FreeBSD-ports-cedd05fa64cb37fa1d40c939acbba188f63fc795.tar.gz |
Oops --- forgot to add new libpng dependency. Fixed now.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 180cb89..e8aa418 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 January 1997 # Whom: chuckr # -# $Id: Makefile,v 1.9 1997/01/13 08:15:58 asami Exp $ +# $Id: Makefile,v 1.10 1997/07/19 01:09:03 chuckr Exp $ # DISTNAME= gnuplot @@ -14,6 +14,7 @@ DISTFILES= gnuplot-beta336.tar.gz MAINTAINER= chuckr@FreeBSD.org +LIB_DEPENDS= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu --with-png --includedir=/usr/local/include |