diff options
Diffstat (limited to 'databases/pymongo/Makefile')
-rw-r--r-- | databases/pymongo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index eb58135ba026..267c5675030e 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -20,4 +20,10 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_NOEGGINFO= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not install on ia64, powerpc, or sparc64 +.endif + +.include <bsd.port.post.mk> |