diff options
author | asami <asami@FreeBSD.org> | 1999-08-30 17:26:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-08-30 17:26:53 +0800 |
commit | df77af27f4b13b35c8fb5d3d0485c4ba2c1cb22b (patch) | |
tree | ca70fc1717f915cf8c9ae66de93d17218f766395 /math | |
parent | 968c39b8ed269695a43dcab80fd40cff51fe1c66 (diff) | |
download | freebsd-ports-gnome-df77af27f4b13b35c8fb5d3d0485c4ba2c1cb22b.tar.gz freebsd-ports-gnome-df77af27f4b13b35c8fb5d3d0485c4ba2c1cb22b.tar.zst freebsd-ports-gnome-df77af27f4b13b35c8fb5d3d0485c4ba2c1cb22b.zip |
Mark broken, needs to catch up with gd.
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 33ec97b6cf67..1d2868d911ce 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype +BROKEN= gd upgrade + EXTRACT_ONLY= gnuplot-3.7.tar.gz USE_XLIB= yes |