aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
committersteve <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
commit6d7448ed0c061eb39aeb5119e12f507fe9019862 (patch)
treed37150dcdbc63010b4614c1a0d7d6f1d6b685186 /math
parentc1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b (diff)
downloadfreebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.gz
freebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.tar.zst
freebsd-ports-gnome-6d7448ed0c061eb39aeb5119e12f507fe9019862.zip
These ports now need 'LIB_DEPENDS=gd.0:...'.
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot+/Makefile4
-rw-r--r--math/gnuplot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile
index fd56aa413d68..de572bd0fedf 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 42005ade8641..d05254e3f3c5 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