aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 09:32:58 +0800
committerkris <kris@FreeBSD.org>2006-09-17 09:32:58 +0800
commit08847215af477c455ad4503daf0dabb389eb43a2 (patch)
tree39122591d754f1e166ad46700f74dc3ee3d366af /biology
parente2b26a1e1f2bb1a4c5dd5d42b4cf055b0eb427a7 (diff)
downloadfreebsd-ports-gnome-08847215af477c455ad4503daf0dabb389eb43a2.tar.gz
freebsd-ports-gnome-08847215af477c455ad4503daf0dabb389eb43a2.tar.zst
freebsd-ports-gnome-08847215af477c455ad4503daf0dabb389eb43a2.zip
BROKEN on amd64 and ia64: Does not build
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