diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-07-19 01:21:09 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-07-19 01:21:09 +0000 |
commit | 50bbc47364177c27f04402bfb2402e586659a3bd (patch) | |
tree | 3d0aea0ca7624449122d8c70e2b16775a3c90b6c /math/gnuplot | |
parent | 2edfb2bfb11636786bbe5d4bfadb6722c6125bf0 (diff) | |
download | ports-50bbc47364177c27f04402bfb2402e586659a3bd.tar.gz ports-50bbc47364177c27f04402bfb2402e586659a3bd.zip |
Notes
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 180cb89e2e26..e8aa4189036f 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 |