diff options
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 38e5d8e..08264c6 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 |