diff options
Diffstat (limited to 'graphics/yplot')
-rw-r--r-- | graphics/yplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index 4788ecf050c..266964d3342 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/04/27 02:39:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/28 18:08:27 hubertf Exp $ DISTNAME= yplot-1.1.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= plplot>=5.0.3:../../graphics/plplot BUILD_DEPENDS+= teTeX>=1.0:../../print/teTeX .if (${MACHINE_ARCH} == "sparc64") -IS_INTERACTIVE= yes # Hangs sparc64 bulk builds +BROKEN= Compiling hangs, needs attention. .endif EVAL_PREFIX+= PLPLOT_PREFIX=plplot |