diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1999-09-10 12:03:52 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-09-10 12:03:52 +0000 |
commit | 99eb04fc421ced194e799498654654c5a4a2d6e1 (patch) | |
tree | 3188e7ccf58f29f9762c9ae7dcac26ec4ac34bb0 /math/gnuplot | |
parent | ba0cd88b8f13b74668d985f56121bee3bc042443 (diff) | |
download | ports-99eb04fc421ced194e799498654654c5a4a2d6e1.tar.gz ports-99eb04fc421ced194e799498654654c5a4a2d6e1.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
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 |