aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-24 23:10:57 +0800
committerkris <kris@FreeBSD.org>2006-02-24 23:10:57 +0800
commit95bb040f4b68e0a0637f4006a173f75a38977a95 (patch)
treeddf5084c480adef2f0906a306b48e034383f1d1e /graphics
parentb767d4ed23723882fb631c16404bc3e1c028dca1 (diff)
downloadfreebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.tar.gz
freebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.tar.zst
freebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.zip
Mark IGNORE on amd64: loops infinitely during build
Approved by: portmgr (self) Reviewed by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-visual/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile
index 08877283e15f..47e1ecb9cd4e 100644
--- a/graphics/py-visual/Makefile
+++ b/graphics/py-visual/Makefile
@@ -44,6 +44,10 @@ VPYTHON_SCRIPT= bin/vpython.in
BROKEN= does not compile
.endif
+.if ${ARCH} == amd64
+IGNORE= loops infinitely during build
+.endif
+
post-patch:
@cd ${WRKSRC}; \
${REINPLACE_CMD} -e 's|%%PYTHONBASE%%|${PYTHONBASE}|g' \