diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:57:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:57:51 +0800 |
commit | 9902258e5cf9eba43c8c50d91180db959abf29e0 (patch) | |
tree | 97c1481d3e06d1c6c19ad65a1ff5beb245c8edaf /math/gnuplot/Makefile | |
parent | d1fac7b50d149f2bf015727a6a210b5d05776782 (diff) | |
download | freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.tar.gz freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.tar.zst freebsd-ports-gnome-9902258e5cf9eba43c8c50d91180db959abf29e0.zip |
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'math/gnuplot/Makefile')
-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 345908bf95e3..1d9439e4b10e 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr # -# $Id: Makefile,v 1.16 1998/04/19 23:22:04 chuckr Exp $ +# $Id: Makefile,v 1.17 1998/04/28 21:30:23 chuckr 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 WRKSRC= ${WRKDIR}/gnuplot |