diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 2 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 18ce396a9764..89d527a028aa 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .else -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .endif diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index efe00228cae7..1fcb0b02b222 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 \ - gd.0:${PORTSDIR}/graphics/gd + gd.1:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes |