diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-27 02:39:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-27 02:39:00 +0000 |
commit | c33ec430a162289003436a2ec153b1c63e4858bb (patch) | |
tree | 92b04d6bef631b82a404d1a7d60bbaa21b269db8 /graphics/yplot | |
parent | c03c129be531dd2b13a9ec2ffdb25f7613e62d60 (diff) | |
download | pkgsrc-c33ec430a162289003436a2ec153b1c63e4858bb.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 |