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 | |
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')
-rw-r--r-- | math/gnuplot+/Makefile | 4 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index fd56aa41..de572bd 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -24,8 +24,8 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .else -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ - ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .endif EXTRACT_ONLY= gnuplot-3.7.1.tar.gz 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 |