diff options
author | hubertf <hubertf> | 2002-04-27 02:39:00 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-04-27 02:39:00 +0000 |
commit | a7c962f4eb193c24a7061c930d3077cee94c18c1 (patch) | |
tree | 92b04d6bef631b82a404d1a7d60bbaa21b269db8 /graphics/yplot | |
parent | fd7e872900a1d85e9f31c4e97767647f0cbfdbe2 (diff) | |
download | pkgsrc-a7c962f4eb193c24a7061c930d3077cee94c18c1.tar.gz |
Mark this pkg as interactive on sparc64 - building hangs on that
platform.
Diffstat (limited to 'graphics/yplot')
-rw-r--r-- | graphics/yplot/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/yplot/Makefile b/graphics/yplot/Makefile index a5cf84dbf1b..4788ecf050c 100644 --- a/graphics/yplot/Makefile +++ b/graphics/yplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:37:20 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2002/04/27 02:39:00 hubertf Exp $ DISTNAME= yplot-1.1.0 PKGREVISION= 1 @@ -13,6 +13,10 @@ DEPENDS+= yorick-1.4*:../../math/yorick 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 +.endif + EVAL_PREFIX+= PLPLOT_PREFIX=plplot CONFIGURE_ENV+= PLPLOT_PREFIX=${PLPLOT_PREFIX} EVAL_PREFIX+= YORICK_PREFIX=yorick |