diff options
author | chuckr <chuckr@FreeBSD.org> | 1999-09-10 12:03:52 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1999-09-10 12:03:52 +0000 |
commit | 7109f3d20398e24eacec75acc860f3a64616c561 (patch) | |
tree | c94c5b9d73621b633cb96473f90a520180a969a4 /math/gnuplot | |
parent | 6c06f4879699702c8052e28cdf6912d9b71e2a41 (diff) | |
download | FreeBSD-ports-7109f3d20398e24eacec75acc860f3a64616c561.zip FreeBSD-ports-7109f3d20398e24eacec75acc860f3a64616c561.tar.gz |
Rollback gd dependency change.
Reviewed by: Satoshi.
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 |