diff options
author | will <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
commit | d3ed24be14e86512cefb8211c7a6a3f29076349f (patch) | |
tree | 523bda0f4e6016291829ab542ed99da4273f7ab8 /math/gnuplot | |
parent | 18b47417a058dda2b378b3d44c234ea6924d3e26 (diff) | |
download | FreeBSD-ports-d3ed24be14e86512cefb8211c7a6a3f29076349f.zip FreeBSD-ports-d3ed24be14e86512cefb8211c7a6a3f29076349f.tar.gz |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index efe0022..1fcb0b0 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ - gd.0:${PORTSDIR}/graphics/gd + gd.1:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes |