summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-27 02:39:00 +0000
committerhubertf <hubertf>2002-04-27 02:39:00 +0000
commit9842ba136b68f05b846cdd30b86664ee3df1f2d0 (patch)
tree92b04d6bef631b82a404d1a7d60bbaa21b269db8 /graphics
parent441db5e6b59149a2a14cc257f706e0172d4d44fb (diff)
downloadpkgsrc-9842ba136b68f05b846cdd30b86664ee3df1f2d0.tar.gz
Mark this pkg as interactive on sparc64 - building hangs on that
platform.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yplot/Makefile6
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