diff options
Diffstat (limited to 'biology/pymol/Makefile')
-rw-r--r-- | biology/pymol/Makefile | 4 |
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 |