diff options
author | hubertf <hubertf> | 2002-04-28 18:08:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-04-28 18:08:27 +0000 |
commit | 1659ca62910d6a87642f15485e6e73b24ca28ea8 (patch) | |
tree | c3e9122143bb965a56caada15a46dbd6ec21868b /graphics/yplot | |
parent | d7287c5f0f0e48945535c4dc5d6edaaf6ea32771 (diff) | |
download | pkgsrc-1659ca62910d6a87642f15485e6e73b24ca28ea8.tar.gz |
Mark the pkg as broken, not interactive.
It still needs attention...
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 |