diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
commit | 6d7448ed0c061eb39aeb5119e12f507fe9019862 (patch) | |
tree | d37150dcdbc63010b4614c1a0d7d6f1d6b685186 /math/gnuplot | |
parent | c1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b (diff) | |
download | FreeBSD-ports-6d7448ed0c061eb39aeb5119e12f507fe9019862.zip FreeBSD-ports-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.gz |
These ports now need 'LIB_DEPENDS=gd.0:...'.
Diffstat (limited to 'math/gnuplot')
-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 42005ad..d05254e 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + gd.0:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes |