summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-09-10 12:03:52 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-09-10 12:03:52 +0000
commit99eb04fc421ced194e799498654654c5a4a2d6e1 (patch)
tree3188e7ccf58f29f9762c9ae7dcac26ec4ac34bb0 /math
parentFix some paths (diff)
Rollback gd dependency change.
Reviewed by: Satoshi.
Notes
Notes: svn path=/head/; revision=21563
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 38e5d8e8c413..08264c66ad6d 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
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgd-old.a:${PORTSDIR}/graphics/gd-old
+BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd
USE_XLIB= yes
GNU_CONFIGURE= yes