diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-28 18:08:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-28 18:08:27 +0000 |
commit | 0b66ddb0ea2c9addf1cefb4bbd48d4e516335242 (patch) | |
tree | c3e9122143bb965a56caada15a46dbd6ec21868b /graphics/yplot | |
parent | 1ac7c6064a0bbdf62c64bf9ea860cb78f462ff4e (diff) | |
download | pkgsrc-0b66ddb0ea2c9addf1cefb4bbd48d4e516335242.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 |