From 08847215af477c455ad4503daf0dabb389eb43a2 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Sep 2006 01:32:58 +0000 Subject: BROKEN on amd64 and ia64: Does not build --- biology/pymol/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= Does not build on ${ARCH} +.endif + .if ${ARCH} == "sparc64" || ${ARCH} == "amd64" || ${ARCH} == "ia64" PICFLAG?= -fPIC .else -- cgit