aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnuplot
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
committerSteve Price <steve@FreeBSD.org>1999-12-28 05:28:28 +0800
commit38e3e6a87b9abd2f393b2932fb132b441263aa21 (patch)
treea1fb585c640e6d94163f7e059a3f6522d70c6801 /math/gnuplot
parent5cb55aa1390fd21056bdd9a76f368ec61f19ca02 (diff)
downloadfreebsd-ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.tar.gz
freebsd-ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.tar.zst
freebsd-ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.zip
These ports now need 'LIB_DEPENDS=gd.0:...'.
Notes
Notes: svn path=/head/; revision=24167
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/Makefile4
1 files changed, 2 insertions, 2 deletions
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