summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 01:32:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 01:32:58 +0000
commit64e99d9063dad2a87657675deb31630f9b688cdb (patch)
tree9a89d00bef8600b3c1245e62b2d3a43534b45f8c /biology
parentBROKEN: Does not install (diff)
BROKEN on amd64 and ia64: Does not build
Notes
Notes: svn path=/head/; revision=173183
Diffstat (limited to 'biology')
-rw-r--r--biology/pymol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/pymol/Makefile b/biology/pymol/Makefile
index 42520bbe5f12..4d22170ccaac 100644
--- a/biology/pymol/Makefile
+++ b/biology/pymol/Makefile
@@ -27,6 +27,10 @@ USE_PYTHON= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= Does not build on ${ARCH}
+.endif
+
.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" || ${ARCH} == "ia64"
PICFLAG?= -fPIC
.else