summaryrefslogtreecommitdiff
path: root/graphics/py-soya3d
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-24 02:34:23 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-24 02:34:23 +0000
commitd3ebfc4683a496abb50fe7ed0fd028621f645a91 (patch)
tree91b53ecdfd62a914caae57dacfddba955638b6a8 /graphics/py-soya3d
parentUSE_GETTEXT dependency (diff)
Mark amd64 as BROKEN. Does not compile.
Notified by: kris
Notes
Notes: svn path=/head/; revision=146205
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r--graphics/py-soya3d/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile
index 8d90b19b1918..9ff7efa073e0 100644
--- a/graphics/py-soya3d/Makefile
+++ b/graphics/py-soya3d/Makefile
@@ -40,6 +40,12 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
DISTFILES+= SoyaTutorial-${PORTVERSION}${EXTRACT_SUFX}
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile in ${ARCH}"
+.endif
+
post-install:
@${INSTALL_DIR} ${EXAMPLESDIR}
@${CP} -R ${WRKDIR}/SoyaTutorial-${PORTVERSION}/tutorial/* ${EXAMPLESDIR}
@@ -53,4 +59,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>