diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-07 01:56:52 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-07 01:56:52 +0800 |
commit | bfa2b79a99f351c25703b1ef106949574db1eee2 (patch) | |
tree | cb6bc4579abdc29fe727a020e75eb3b8ca92a355 /math/gnuplot/Makefile | |
parent | 57ded945a1027fd80520e863bb88ec846d1d80ca (diff) | |
download | freebsd-ports-gnome-bfa2b79a99f351c25703b1ef106949574db1eee2.tar.gz freebsd-ports-gnome-bfa2b79a99f351c25703b1ef106949574db1eee2.tar.zst freebsd-ports-gnome-bfa2b79a99f351c25703b1ef106949574db1eee2.zip |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Diffstat (limited to 'math/gnuplot/Makefile')
-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 efe00228cae7..1fcb0b02b222 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 |